To setup Kafka Manager, navigate to http://localhost:9000 and complete the following steps:
Cluster and Add Clusterevents_clusterzookeeper:2181To enable metrics and consumers you will need to provide the following configuration:
Enable JMX Polling (Set JMX_PORT env variable before starting kafka server)Poll consumer information (Not recommended for large # of consumers)Enable Active OffsetCache (Not recommended for large # of consumers)Display Broker and Topic Size (only works after applying this patch)This will present a confirmation showing that the cluster has been recreated.
You can then create additional topics by navigating to Topics and adding new topics with your desired name, replication factor, and number of partitions.