GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/972
KAFKA-3273; MessageFormatter and MessageReader interfaces should be resilient to changes * Change `MessageFormat.writeTo` to take a `ConsumerRecord` * Change `MessageReader.readMessage()` to use `ProducerRecord` You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-3273-message-formatter-and-reader-resilient Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/972.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 #972 ---- commit 45d3fbd88401bafe09b5097c1c039b236fda3be7 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-02-25T13:25:48Z Change `MessageFormat.writeTo` to take a `ConsumerRecord` commit 4219bfea0f46b7c5498cf507a9421fc80b021709 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-02-25T13:50:45Z Change `MessageReader.readMessage()` to use `ProducerRecord` ---- --- 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. ---