Hi,
Im using hdp 2.5 and am integrating it with eagle 0.5. I want to use a kafka consumer in eagle applications. How do i create a new consumer and consumer group in kafka?? I have tried using kafka-consumer-groups but am unable to create a new consumer group and consumer. Below is the command i'm using. Im trying to create consumer eagle_consumer. Any help is appreciated.
/usr/hdp/current/kafka-broker/bin/kafka-consumer-groups.sh --bootstrap-server host2.hdp.com:6667 --new-consumer --consumer-property group.id=eagle_consumer --describe --group eagle_consumer
Below are my existing consumers:
[zk: localhost:2181(CONNECTED) 1] ls /consumers
[console-consumer-69658, ranger_entities_consumer, console-consumer-31738, console-consumer-86926, atlas]