mesos / kafka

Apache Kafka on Apache Mesos
Apache License 2.0
414 stars 140 forks source link

Does adding topic have to be through the framework #299

Closed veeruns closed 7 years ago

veeruns commented 7 years ago

Is there any reason to create topics using the framework? does it make sense to disassociate of kafka application management (Topic creation, deletion, partition..etc) from infrastructure management (broker management,zookeeper management etc)

veeruns commented 7 years ago

Not necessarily, you can use kafka-topics. More on this later