Hi,
There is something called as heartbet consumer thread.
This threads running on consumer keeps sending heartbeats at regular
interval as per the setting heartbeat.interval.ms. It keeps on telling
broker that I am very much alive.

https://docs.confluent.io/platform/current/installation/configuration/consumer-configs.html#consumerconfigs_heartbeat.interval.ms

There is another setting session.timeout.ms. If the time duration between 2
heartbeats exceeds the time limit set in this setting then broker removes
the client(consumer) from the group.

Please read above settings in documentation.

I hope you can co-relate this with your problem.

Regards,
Sunil.




On Sun, 4 Jul 2021 at 1:36 PM, Kafka Life <lifekafka...@gmail.com> wrote:

> Dear kafka Experts
>
> Could one of you please help to explain what this below log in broker
> instance mean..and what scenarios it would occur when there is no change
> done .
>
>  INFO [GroupCoordinator 9610]: Member
>
> webhooks-retry-app-840d3107-833f-4908-90bc-ea8c394c07c3-StreamThread-2-consumer-f87c3b85-5aa1-40f5-a42f-58927421b89e
> in group webhooks-retry-app has failed, removing it from the group
> (kafka.coordinator.group.GroupCoordinator)
>
>
>  INFO [GroupCoordinator 9611]: Member
> cm.consumer.9-d65d39d3-703f-408b-bf4b-fbf087321d8c in group
> cm_group_apac_sy_cu_01 has failed, removing it from the group
> (kafka.coordinator.group.GroupCoordinator)
>
>
> Please help to explain .
>
> thanks
>

Reply via email to