You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"level":"ERROR","timestamp":"2025-09-03T17:42:32.658Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 3)","broker":"XXXXX","clientId":"XXXXX","error":"This server is not the leader for that topic-partition","correlationId":651829,"size":113}
{"level":"ERROR","timestamp":"2025-09-03T17:42:32.658Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 3)","broker":"XXXXX","clientId":"XXXXX","error":"This server is not the leader for that topic-partition","correlationId":651829,"size":113}
we are facing above client side issue with one topic in the production we have 3 brokers and the issue topic has 3 replicas and 1 partiton , so every broker should has already a replica of the topic and the topic was deployed and configured correctly . producing and consuming is working for other topic not only one topic .
below are some broker logs getting continuously i find, but these are not errors. Need some help here .
2025-09-03 16:50:59,746 INFO [GroupCoordinator 0]: Assignment received from leader f01b6126-2681-41ce-a48d-31af52c25d3b-84f9fc9e-95a0-41c9-873f-3c8737f9ebdc for group XXXX for generation 783447. The group has 2 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-4]
2025-09-03 16:50:59,753 INFO [GroupCoordinator 0]: Preparing to rebalance group XXXX in state PreparingRebalance with old generation 783447 (__consumer_offsets-4) (reason: Leader f01b6126-2681-41ce-a48d-31af52c25d3b-84f9fc9e-95a0-41c9-873f-3c8737f9ebdc re-joining group during Stable; client reason: not provided) (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-1]
2025-09-03 16:50:59,757 INFO [GroupCoordinator 0]: Stabilized group f01b6126-2681-41ce-a48d-31af52c25d3b.consent-listener-vv generation 783448 (__consumer_offsets-4) with 2 members (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-0]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
{"level":"ERROR","timestamp":"2025-09-03T17:42:32.658Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 3)","broker":"XXXXX","clientId":"XXXXX","error":"This server is not the leader for that topic-partition","correlationId":651829,"size":113}
{"level":"ERROR","timestamp":"2025-09-03T17:42:32.658Z","logger":"kafkajs","message":"[Connection] Response ListOffsets(key: 2, version: 3)","broker":"XXXXX","clientId":"XXXXX","error":"This server is not the leader for that topic-partition","correlationId":651829,"size":113}
we are facing above client side issue with one topic in the production we have 3 brokers and the issue topic has 3 replicas and 1 partiton , so every broker should has already a replica of the topic and the topic was deployed and configured correctly . producing and consuming is working for other topic not only one topic .
below are some broker logs getting continuously i find, but these are not errors. Need some help here .
2025-09-03 16:50:59,746 INFO [GroupCoordinator 0]: Assignment received from leader f01b6126-2681-41ce-a48d-31af52c25d3b-84f9fc9e-95a0-41c9-873f-3c8737f9ebdc for group XXXX for generation 783447. The group has 2 members, 0 of which are static. (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-4]
2025-09-03 16:50:59,753 INFO [GroupCoordinator 0]: Preparing to rebalance group XXXX in state PreparingRebalance with old generation 783447 (__consumer_offsets-4) (reason: Leader f01b6126-2681-41ce-a48d-31af52c25d3b-84f9fc9e-95a0-41c9-873f-3c8737f9ebdc re-joining group during Stable; client reason: not provided) (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-1]
2025-09-03 16:50:59,757 INFO [GroupCoordinator 0]: Stabilized group f01b6126-2681-41ce-a48d-31af52c25d3b.consent-listener-vv generation 783448 (__consumer_offsets-4) with 2 members (kafka.coordinator.group.GroupCoordinator) [data-plane-kafka-request-handler-0]
Can someone respond on this please ?
Beta Was this translation helpful? Give feedback.
All reactions