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

Key support #4

Merged
merged 4 commits into from
Dec 13, 2016
Merged

Key support #4

merged 4 commits into from
Dec 13, 2016

Conversation

shashankmehra
Copy link

Use Kafka's in-order guarantee to support in-order tasks. To process certain tasks in order they were produced, simply enqueue them with the same key. Tasks with different keys or None as key, will be processed by a 'random' partition decided by kafka's default partitioner.

Merging to dev branch instead.

@shashankmehra shashankmehra mentioned this pull request Dec 13, 2016
@coveralls
Copy link

coveralls commented Dec 13, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 4645ddf on shashankmehra:key_support into 5f89dd3 on joowani:dev.

@joowani joowani merged commit f86ef17 into joowani:dev Dec 13, 2016
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