[ https://issues.apache.org/jira/browse/KAFKA-4822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15890172#comment-15890172 ]
Ismael Juma edited comment on KAFKA-4822 at 3/1/17 1:38 PM: ------------------------------------------------------------ The data is sent as soon as possible by default (linger.ms=0), so if you wait for the Future to complete or use a callback, it should behave the same as before (the fact that the send is being done by a background thread is an implementation detail). was (Author: ijuma): The data is sent as soon as possible by default (linger.ms=0), so if you wait for the Future to complete or use a callback, it should behave the same as before (the fact that the send is being done by a background thread is an implementation detail. > Kafka producer implementation without additional threads, similar to sync > producer of 0.8. > ------------------------------------------------------------------------------------------ > > Key: KAFKA-4822 > URL: https://issues.apache.org/jira/browse/KAFKA-4822 > Project: Kafka > Issue Type: New Feature > Components: producer > Affects Versions: 0.9.0.0, 0.9.0.1, 0.10.0.0, 0.10.0.1, 0.10.1.0, 0.10.1.1 > Reporter: Giri > Priority: Minor > -- This message was sent by Atlassian JIRA (v6.3.15#6346)