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

Message timestamp support #20

Open
andimiller opened this issue Mar 29, 2018 · 1 comment
Open

Message timestamp support #20

andimiller opened this issue Mar 29, 2018 · 1 comment

Comments

@andimiller
Copy link

Kafka added timestamps to it's messages back some time around 0.10.x

It's handy to have these so the server can compact more reliably, and so KSQL doesn't throw up when reading messages produced by fs2-kafka.

Useful links:
The original KIP
The JIRA ticket
The github PR with the change

@pchlupacek
Copy link
Member

Not sure if we would be able to do so before fs2 1.0.0 version. But Intention is to add support and tests for all major releases of kafka, possibly dropping 0.9/0.8 support. perhaps that will get in 0.4.1 release, which hopefully will be in month or two.

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

No branches or pull requests

2 participants