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

Support and provide producer message timestamps #678

Merged
merged 1 commit into from
Jun 10, 2016
Merged

Commits on Jun 10, 2016

  1. Support and provide producer message timestamps

    - Support v0/v1/v2 of Produce requests in the protocol layer.
    - Enforce the correct message version for Kafka version at the Broker.
    - Use v2 messages in the producer if the Kafka version supports it, and pass the
      resulting timestamp back to the user in the ProducerMessage.
    eapache committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    90b61cb View commit details
    Browse the repository at this point in the history