You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Use sse.kafka.fanout from zilla-examples
Change topic creation to use cleanup.policydelete instead of compacted
Follow remaining instructions
See only latest message delivered
Expected behavior
Expect all historical messages to be delivered
The text was updated successfully, but these errors were encountered:
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:
sse.kafka.fanout
fromzilla-examples
cleanup.policy
delete
instead ofcompacted
Expected behavior
Expect all historical messages to be delivered
The text was updated successfully, but these errors were encountered: