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

High level consumer with non-blocking feature #23

Open
wants to merge 15 commits into
base: integration
Choose a base branch
from

Conversation

aNutForAJarOfTuna
Copy link
Contributor

A high level consumer based on the original consumer

Implemented:

  • Allow client to take n messages at a time without blocking even not enough message in kafka
  • Auto commit offsets for consumed messages, not commit on failure.

TODO:

  • Multiple consumers in the same group consuming at the same time without duplicated message.

@Jroland
Copy link
Owner

Jroland commented Nov 25, 2014

Thanks Nut, ill have a look this week. Might be a good idea to create multiple high level consumers packages that build on the base.

@altruism
Copy link

altruism commented Dec 8, 2014

@Jroland any news on this PR?

@buybackoff buybackoff mentioned this pull request May 3, 2015
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.

3 participants