GitHub user ncolomer opened a pull request: https://github.com/apache/samza/pull/15
Samza on Kafka 0.10 This PR aims to make Samza run with Kafka 0.10. Related material: - [SAMZA-855](https://issues.apache.org/jira/browse/SAMZA-855) - Upgrade Samza's Kafka client version to 0.10.0.0 - [RB-49212](https://reviews.apache.org/r/49212) - RFC: SAMZA-855: Update kafka client to 0.10.0.0 Orignal [patch](https://reviews.apache.org/r/49212/diff/1#4) submitted by Robert Crim was used and rebased on current Samza's master branch. Next steps: - [x] make unit tests pass - [ ] make integration tests pass - [ ] deploy a job in staging on a Kafka 0.8.x cluster - [ ] deploy a job in production on a Kafka 0.8.x cluster - [ ] deploy a job in staging on a Kafka 0.10.x cluster - [ ] deploy a job in production on a Kafka 0.10.x cluster You can merge this pull request into a Git repository by running: $ git pull https://github.com/ncolomer/samza kafka10 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/15.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #15 ---- ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---