Kafka can provide message broker capabilities for both on-prem and cloud hosted clusters. The bus should be able to:
- connect to a pre-provisioned kafka cluster
- create/delete kafka topics for channels
- create/delete kafka consumer for channel subscriptions
- publish events received on a channel to the kafka topic
- receive events from a kafka consumers and dispatch to the channel subscriber
Unknowns
- how to best manage consumer groups
Kafka can provide message broker capabilities for both on-prem and cloud hosted clusters. The bus should be able to:
Unknowns