Skip to content

Create a Bus backed by Kafka #83

@scothis

Description

@scothis

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions