[ https://issues.apache.org/jira/browse/KAFKA-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404021#comment-13404021 ]
Jun Rao commented on KAFKA-381: ------------------------------- The problem is likely due to what Guozhang described. In 0.7, if you sent flush.interval to 1 on the broker, a fetch request should see the previously produced data from the same client. > Changes made by a request does not affect following requests in the same > packet. > -------------------------------------------------------------------------------- > > Key: KAFKA-381 > URL: https://issues.apache.org/jira/browse/KAFKA-381 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.7 > Reporter: Samir Jindel > Priority: Minor > > If a packet contains a produce request followed immediately by a fetch > request, the fetch request will not have access to the data produced by the > prior request. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira