[jira] [Created] (KAFKA-3113) Kafka simple consumer inconsistent result
Goutam Chowdhury created KAFKA-3113: --- Summary: Kafka simple consumer inconsistent result Key: KAFKA-3113 URL: https://issues.apache.org/jira/browse/KAFKA-3113 Project: Kafka Issue Type
Doubt on Kafka storage and Consuming messages
;A message is only exposed to the consumers after it is flushed" That means consumer has to wait ? 1> Consuming the message >From where consumer read the messages? from segment file or from .log file or from some cache? 2> If it is from cache then how and who is storing into such cac