lovoo / goka

Goka is a compact yet powerful distributed stream processing library for Apache Kafka written in Go.
BSD 3-Clause "New" or "Revised" License
2.35k stars 175 forks source link

Add Option to disable topic creation alltogether #458

Closed frairon closed 1 month ago

frairon commented 1 month ago

This PR adds an option to disable topic creation using the topic-manager. That should be come in handy when topic creation is done by external operators (like strimzi)