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

kafka cache treats non-compacted topics as compacted #147

Closed
jfallows opened this issue Jan 17, 2023 · 0 comments · Fixed by #148
Closed

kafka cache treats non-compacted topics as compacted #147

jfallows opened this issue Jan 17, 2023 · 0 comments · Fixed by #148
Assignees
Labels
bug Something isn't working

Comments

@jfallows
Copy link
Contributor

Describe the bug
When replaying messages from a non-compacted Kafka topic, only the most recent message for each distinct key is delivered. This is the correct behavior for compacted Kafka topics, but non-compacted Kafka topics should replay all historical messages by default.

To Reproduce
Steps to reproduce the behavior:

  1. Use sse.kafka.fanout from zilla-examples
  2. Change topic creation to use cleanup.policy delete instead of compacted
  3. Follow remaining instructions
  4. See only latest message delivered

Expected behavior
Expect all historical messages to be delivered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant