63271/how-can-i-create-multiple-consumers-in-apache-kafka
Hi,
I have multiple producer in kafka. How can I create multiple consumers?
Thank You
Hi@akhtar,
If you already created multiple producers then use the bellow command according to your port no.
$ ./bin/kafka-console-consumer.sh --zookeeper localhost:2181 -topic topic-name --from-beginning
I just would like to complete the ...READ MORE
Hi@Rishabh, I think to implement this task you ...READ MORE
Hi@sreeveena, I am not sure but there may be ...READ MORE
Hi@akhtar, To create a Kafka topic, you need ...READ MORE
Hi@akhtar, To know leader information you can use ...READ MORE
System.out.println(String.valueOf(output.offset()) + ": " + new String(bytes, ...READ MORE
To delete all the messages from a Kafka topic. There are many approach ...READ MORE
directly delete kafka log folder and zeekeeper ...READ MORE
Hi@akhtar, To create kafka topic you can use ...READ MORE
Hi, To connect an API in kafka, you ...READ MORE
OR
Already have an account? Sign in.