'Multitenancy in Apache Flink
I am planning to construct complex event processing pipelines using Apache Flink and Apache Kafka. Users can create multiple custom patterns which will be executed using Flink CEP.Our Kafka clusters have a limit on the maximum partition for each user. Due to this restriction we would not be able to create separate partition for each user. Also there is possibility of a dynamic Job redeployment with new pattern computation or deletion or reconfiguration. We expect to handle run each pattern as a separate job. Can kafka and flink be used to satisfy the above use case ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
