I have across this <http://nehanarkhede.com/2013/03/28/compression-in-kafka-gzip-or-snappy/> blog post by Neha Narkhede from a three years ago discussing changes made in Kafka 0.8 as a result of the introduction of logical message offsets where the broker has to decompress and recompress compressed messages sent by a producer. I am wondering if that behavior it still the norm. I.e. is the broker still decompressing compressed messages and compressing them again?
Elias