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
Describe the bug
The error "Specified group generation id is not valid" (code: 22) isn't retried has a subclass of KafkaJSNonRetriableError,
but in Java client and librdkafka it's retried by rejoining the group. Here in Java client and here in librdkafka
To Reproduce
Run a consumer with a session timeout N seconds
Disconnect the consumer from the broker for more than N seconds
Reconnect the consumer to the consumer group after it has rebalanced and has a new generation id
Expected behavior
It should retry rejoining the consumer group like other errors like UnknownMemberIdException, RebalanceInProgressException and MemberIdRequiredException
Observed behavior
It's throwing a non retriable error:
Crash: KafkaJSNonRetriableError: Specified group generation id is not valid
Environment:
Pending but should happen in master version too.
Additional context
Pending
The text was updated successfully, but these errors were encountered:
Describe the bug
The error "Specified group generation id is not valid" (code: 22) isn't retried has a subclass of KafkaJSNonRetriableError,
but in Java client and librdkafka it's retried by rejoining the group. Here in Java client and here in librdkafka
To Reproduce
Expected behavior
It should retry rejoining the consumer group like other errors like UnknownMemberIdException, RebalanceInProgressException and MemberIdRequiredException
Observed behavior
It's throwing a non retriable error:
Environment:
Pending but should happen in master version too.
Additional context
Pending
The text was updated successfully, but these errors were encountered: