Github user harshach commented on the issue:

    https://github.com/apache/storm/pull/1538
  
    @supermonk 
    I am not quite sure if this patch helps a lot. We do have internal batching 
in kafka producer api. It can be controlled by batch.size so even if you call 
producer.send for every tuple it won't send that tuple immediately . It will 
only call send once the batch.size is reached. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to