triggermesh / brokers

TriggerMesh broker implementations: Redis backed and Memory
Apache License 2.0
6 stars 12 forks source link

[Kafka]Create topic if it doesn't exists #184

Closed odacremolbap closed 1 year ago

odacremolbap commented 1 year ago

If the topic used by the broker doesn't exists, create it.

Make it optional so that people can pre-create it and do not need to grant topic management permissions to the broker user.

odacremolbap commented 1 year ago

Closed by https://github.com/triggermesh/brokers/pull/183