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, re-joining the group" error while increase consumer retries #125

Open
KillWolfVlad opened this issue Jun 16, 2023 · 2 comments
Labels
bug Something isn't working js/ts

Comments

@KillWolfVlad
Copy link
Collaborator

image

[2023-06-16 <redacted>] ERROR: Response Heartbeat(key: 12, version: 3)
    context: "kafkajs-<redacted>"
    namespace: "Connection"
    broker: "<redacted>"
    clientId: "kafkajs"
    correlationId: 13
    size: 10
    error: "The coordinator is not aware of this member"
[2023-06-16 <redacted>] ERROR: The coordinator is not aware of this member, re-joining the group
    context: "kafkajs-<redacted>"
    namespace: "Runner"
    groupId: "<redacted>"
    memberId: "<redacted>"
    error: "The coordinator is not aware of this member"

Workaround: Increase sessionTimeout and heartbeatInterval.

@KillWolfVlad KillWolfVlad added the bug Something isn't working label Jun 16, 2023
@KillWolfVlad
Copy link
Collaborator Author

@codesprut know about sessionTimeout and heartbeatInterval 🥇

@KillWolfVlad
Copy link
Collaborator Author

Можно добавить валидацию на sessionTimeout и heartbeatInterval. Во время ретрая можно автоматически вызывать heartbeat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working js/ts
Projects
None yet
Development

No branches or pull requests

1 participant