63597/how-consumers-enter-exit-in-groups
Hi
In kafka how consumers are managed to enter/exit in a group? How new consumers are assigned partitions in the cluster?
Thank You
Hi@akhtar,
Whenever one new consumer comes or leaves the group, there are one broker who has the ability to manage the groups. The broker acts as a coordinator. When new consumer comes it sends one request to the coordinator.
You can use auto.commit.enable to allow Kafka ...READ MORE
Deleting topic isn't always working in 0.8.1.1 Deletion ...READ MORE
kafka-run-class.bat kafka.tools.ConsumerOffsetChecker --broker-info --group test-consumer-group --topic test ...READ MORE
Hi@akhtar, To install sbt in your RedHat system ...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
Try to put the kafka client for ...READ MORE
Hi@akhtar, Apache kafka and RabitMQ have their own ...READ MORE
First of all, Consumer is not thread ...READ MORE
Hi@akhtar, To create kafka topic you can use ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.