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

Add timestamps to Kafka messages #2

Closed
makkes opened this issue Jun 11, 2016 · 1 comment
Closed

Add timestamps to Kafka messages #2

makkes opened this issue Jun 11, 2016 · 1 comment
Assignees
Milestone

Comments

@makkes
Copy link
Contributor

makkes commented Jun 11, 2016

As a consumer of Holmes' Kafka messages I want to be able to determine the creation date of the message.

We want to enable this feature by adding timestamps to the Kafka messages using Kafka's new message format introduced in 0.10. The Sarama library now supports this new message format (IBM/sarama#678).

@makkes makkes added this to the 1.2.0 milestone Jun 11, 2016
@makkes makkes self-assigned this Jun 11, 2016
@makkes makkes closed this as completed in f708d91 Jun 16, 2016
@makkes makkes reopened this Jan 20, 2017
@makkes
Copy link
Contributor Author

makkes commented Jan 20, 2017

The timestamp is not set currently, since we must set the minimal Kafka version in the sarama config of our producer to 0.10.

@makkes makkes closed this as completed in 2643bbd Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant