Lee chen created KAFKA-9869: ------------------------------- Summary: kafka offset is discontinuous when appear when appear EOFException Key: KAFKA-9869 URL: https://issues.apache.org/jira/browse/KAFKA-9869 Project: Kafka Issue Type: Bug Components: core Affects Versions: 0.11.0.4 Reporter: Lee chen
My kafka version is 0.11.x .The producer I used add the config conpression.type = gzip, which Configurate in broker is “producer”. When I send some messages in one topic ,and use simpleConsumer to read the topic messages.When read the partition-1 's offset 167923404.I got a error like this: java.util.zip.ZipException I use the tools ./kafka-simple-consumer-shell.sh to read the partition-1 's data of 167923404,but cannot read it. It seems like that this message has missed.\ -- This message was sent by Atlassian Jira (v8.3.4#803005)