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

Update to latest version of rust-rdkafka and remove consumer poll loop #4206

Open
guilload opened this issue Nov 28, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@guilload
Copy link
Member

In version v0.36, rust-rdkafka has moved from the callback API to the event API. In theory, this should allow us to remove the consumer poll loop and handle polling for new messages and rebalance events in the same task.

@guilload guilload added the enhancement New feature or request label Nov 28, 2023
@guilload
Copy link
Member Author

guilload commented Dec 6, 2023

Read more code of the new event-bas consumer: I was wrong. Handling rebalance events is still handled in the poll function of the consumer and executed on the same thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant