Restrict consumers from connecting to Kafka cluster

2016-11-22 Thread ravi singh
Is it possible to restrict Kafka consumers from consuming from a given
 Kafka cluster?

-- 
*Regards,*
*Ravi*


Fwd: How to build kafka jar with all dependencies?

2016-05-04 Thread ravi singh
Hello All,
I used .*/gradlew jarAll* but still scala
​dependent ​
libs are missing from the jar?
​It should be something ​very simple which I might be missing. Please let
me know if anyone knows.


-- 
*Regards,*
*Ravi*


Get topic level detail from new consumer group command

2016-05-05 Thread ravi singh
 ./bin/kafka-consumer-groups.sh --group batchprocessord_zero
 --bootstrap-server kafka-1-evilcorp.com:9092 --new-consumer --describe
Running the above ConsumerGroupcommad will describe consumer for all the
topics it's listening to.

Is there any workaround to get *only topic level detail*?

​
-- 
*Regards,*
*Ravi*