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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: