mesos/kafka

Does adding topic have to be through the framework

veeruns opened this issue · 1 comments

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)

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