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

[FLINK-36630][Connectors/Kafka] Wrap consumer.position in retryOnWakeup #133

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

trompa
Copy link

@trompa trompa commented Nov 8, 2024

FLINK-34470 introduced a new consumer.position call that was not wrapped by retryOnWakeUp, differently than the rest of calls ont he class.

It was generating random WakeupExceptions on our production code for Flink19.

Trivial code change. But I extracted this to a method so i could add a simple test for all the calls

Copy link

boring-cyborg bot commented Nov 8, 2024

Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html)

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

Successfully merging this pull request may close these issues.

1 participant