Description
For stream-stream join, windowed stores are configures to retain duplicates. For this case, each key written into the store is unique.
At the same time, windowed store changelog topics are configured with cleanup policy "delete,compact" by default. However, with retained duplicates, and thus effectively unique keys, log compaction does not make sense.
To avoid keeping the broker log compaction thread busy without doing actual useful work for those topics, we should change the topic config to "delete" if duplicates are retained.
Attachments
Issue Links
- is duplicated by
-
KAFKA-13356 Use "delete" retention policy only for stream-stream join windowed stores
- Resolved
- links to