Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(N/A for Kafka 0.8, see JIRA issue KAFKA-732  

Jira
serverIssues
keyKAFKA-732
)

Our recommendation is to enable shallow iteration in the mirror maker's consumer. This means that the mirror maker's consumer will not attempt to decompress message-sets of compressed messages. It will simply re-publish these messages as is.

If you enable shallow iteration, you must disable compression in the mirror maker's producer, or message-sets can become double-compressed.

...