TribalScale / kafka-waffle-stack

Kafka stack with zookeeper, schema-registry, kafka-rest-proxy, kafka-connect, kafka-connect-ui, zoonavigator-web & zoonavigator-api
MIT License
90 stars 23 forks source link

Add Cruise Control #11

Open jzweifel opened 5 years ago

jzweifel commented 5 years ago

LinkedIn has open-sourced several of the tools they use to manage their Kafka clusters. Adding them into the stack would make it easy to try out these tools and get a feel for how they work.

https://github.com/linkedin/cruise-control https://github.com/linkedin/cruise-control-ui

jzweifel commented 5 years ago

Note that this probably isn't too valuable in this stack as-is today, as the stack only has a single broker.

This may be more valuable if (when?) the stack is expanded to include multiple brokers... or more interestingly, another version of the stack could be built out with additional brokers? 😀