Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The coordinator is not aware of this member: The coordinator is not aware of this member #1568

Open
Gauravism2017 opened this issue May 3, 2023 · 1 comment

Comments

@Gauravism2017
Copy link

Gauravism2017 commented May 3, 2023

I'm using kafkajs to connect with the confluent kafka, where I'm randomly getting the error.
The coordinator is not aware of this member: The coordinator is not aware of this member
Now my consumer configuration is
const consumer = this._kafkaInstance.consumer({ groupId, heartbeatInterval: 3000, sessionTimeout: 45000 });
This means Kafka should try to rebalance after 45 seconds. But their error message continues to pop up after some time. My topic has six partitions, and I'm also using six consumers.

This issue seems to pop up in the production environment randomly. Not sure how to reproduce it.

Environment:

  • OS: confluent managed
  • KafkaJS version 2.1.0
  • Kafka version: confluent managed
  • NodeJS version : 14.15
@Hemaphat
Copy link

Hemaphat commented May 28, 2024

Same issue

This issue seems pop up in all environment randomly.

Environment:

  • KafkaJS version 2.2.4
  • Kafka version: confluent cloud
  • NodeJS version : 20.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants