Jun Rao created KAFKA-3252: ------------------------------ Summary: compression type for a topic should be used during log compaction Key: KAFKA-3252 URL: https://issues.apache.org/jira/browse/KAFKA-3252 Project: Kafka Issue Type: Bug Affects Versions: 0.9.0.0 Reporter: Jun Rao
Currently, the broker uses the specified compression type in a topic for newly published messages. However, during log compaction, it still uses the compression codec in the original message. To be consistent, it seems that we should use the compression type in a topic when copying the messages to new log segments. -- This message was sent by Atlassian JIRA (v6.3.4#6332)