Description
I think we might have an issue with changelogs that use Kafka as its backing store. The Kafka topics are log-compacted. If the system is configured to use compression (systems.<sysname>.producer.compression.type=gzip), I believe that the LoggedStore will send compressed messages to the log-compacted topic. The LoggedStore shares the normal producer based on system name. Due to KAFKA-1374, this will cause the log compaction thread to die, or at the very least, not compress the topic.
Attachments
Attachments
Issue Links
- relates to
-
KAFKA-1374 LogCleaner (compaction) does not support compressed topics
- Resolved
-
SAMZA-398 Enable compression in Kafka checkpoint and changelog topics
- Resolved