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

Replaced deprecated Kafka client poll with the recommended one #934

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

Conversation

jzakaryan
Copy link
Collaborator

Kafka poll currently used by Brooklin is prone to indefinitely blocking the client thread in certain scenarios (such as fetching metadata updates). This behavior is described in KIP-266.

The current change fixes this by using the recommended API.

vmaheshw
vmaheshw previously approved these changes Apr 25, 2023
ehoner
ehoner previously approved these changes Apr 27, 2023
@jzakaryan jzakaryan dismissed stale reviews from ehoner and vmaheshw via 8dece8d April 27, 2023 20:40
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

Successfully merging this pull request may close these issues.

None yet

3 participants