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

Upgrade Kafka Clients #17

Closed
d-huynh opened this issue Feb 2, 2021 · 1 comment
Closed

Upgrade Kafka Clients #17

d-huynh opened this issue Feb 2, 2021 · 1 comment
Assignees

Comments

@d-huynh
Copy link

d-huynh commented Feb 2, 2021

Hi,

I ran into a problem with older Kafka Clients (2.0.1) your Spring Boot version is using: Health Check isn't aware of Kafka brokers' IP changes.

2021-02-01 18:46:22.141 - WARN [           ] 21 --- [pool-7-thread-1] o.a.k.c.c.internals.ConsumerCoordinator  : [Consumer clientId=consumer-health-check-XXXXX-15.1.0.162-3, groupId=health-check-XXXXXX-15.1.0.162] Offset commit failed on partition health-checks-3 at offset 134377: The request timed out.

(15.1.0.162 was the IP of an old Kafka pod).

The cause: KAFKA-7755 Kubernetes - Kafka clients are resolving DNS entries only one time, which was fixed in 2.1.1 and 2.2.0+

Could you please upgrade your Spring Boot/Kafka versions?

@ezienecker ezienecker self-assigned this Feb 2, 2021
@ezienecker
Copy link
Member

Done: #18

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