Jay Kreps created KAFKA-616:
-------------------------------

             Summary: Implement acks=0
                 Key: KAFKA-616
                 URL: https://issues.apache.org/jira/browse/KAFKA-616
             Project: Kafka
          Issue Type: Bug
            Reporter: Jay Kreps


For completeness it would be nice to handle the case where acks=0 in the 
produce request. The meaning of this would be that the broker immediately 
responds without blocking even on the local write. The advantage of this is 
that it would often isolate the producer from any latency in the local write 
(which we have occasionally seen).

Since we don't block on the append the response would contain a placeholder for 
all the fields--e.g. offset=-1 and no error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to