Hi! The Kafka 0.9 protocol guide https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Compression explicitly states that there should be only single compressed message in a MessageSet, but I'm definitely receiving two compressed messages in a single MessageSet.
Can someone please confirm if this should be expected behaviour? Thanks!