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

Change InlineConsumer to use fetch_messages #12

Closed
dorner opened this issue Aug 9, 2019 · 1 comment
Closed

Change InlineConsumer to use fetch_messages #12

dorner opened this issue Aug 9, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@dorner
Copy link
Member

dorner commented Aug 9, 2019

Currently we have a rather complex process to consume messages dynamically via the InlineConsumer. I recently discovered that the Kafka client can fetch messages directly via the fetch_messages API call. This can hugely simplify the implementation and also make it way faster (it can take several seconds right now because it actually starts and stops a consumer).

@dorner dorner added enhancement New feature or request high priority This should be one of the first things worked on. labels Aug 9, 2019
@dorner dorner removed the high priority This should be one of the first things worked on. label Sep 10, 2019
@dorner
Copy link
Member Author

dorner commented May 31, 2024

Removing InlineConsumer in v2.

@dorner dorner closed this as completed May 31, 2024
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