I am using KafkaSpout with ZkHosts configuration as described here.
This is how SpoutConfig is initialized :
SpoutConfig kafkaConfig = new SpoutConfig(kafkaBrokerHosts, kafkaTopic,
"/consumers" , topologyName);
The Spout works well, it is recieving the events being sent to Kafka.
How can i set it, so Storm will aprear as a consumer in Kafka Manager ?
