Hi Team, Recently we have implemented compression at producer level in Kafka, which is decompressed while the consumer consumes it.
Coming to Mirroring the data we end up decompressing it and compressing the same data. Is there a way we can stop this process and just mirror the producer compressed data on the topic without decompressing using mirror maker. Thanks and regards, Usha