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

Implement support for keyed messages #32

Merged
merged 4 commits into from
Jun 13, 2013
Merged

Implement support for keyed messages #32

merged 4 commits into from
Jun 13, 2013

Conversation

mahendra
Copy link
Collaborator

Implement support for Keyed message producer. Provides support for two partitioners

  • Round robin
  • Hashed (default as per kafka clients)

Provides support for two partitioners
* Round robin
* Hashed (default as per kafka clients)
* Ensure that round-robin partitioner works fine
* _load_metadata_for_topics() would cause duplicate and stale entries in
  self.topic_partitions. Fix this
mumrah added a commit that referenced this pull request Jun 13, 2013
Implement support for keyed messages
@mumrah mumrah merged commit 883eed1 into dpkp:master Jun 13, 2013
@mumrah
Copy link
Collaborator

mumrah commented Jun 13, 2013

Looks good, +1

Could you add some integration tests for this?

@mahendra
Copy link
Collaborator Author

yeah sure

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.

2 participants