GitHub user supermonk opened a pull request:

    https://github.com/apache/storm/pull/1538

    Sending the Data to Kafka as a batch, instead of sending one tuple ea…

    Sending the Data to Kafka as a batch, instead of sending one tuple each. 
0.10 storm-kafka version uses Producer.scala (kafka-client) class which has two 
methods, we are using now the second method which sends in batch.
    
    Ref : 
https://github.com/apache/kafka/blob/623ab1e7c6497c000bc9c9978637f20542a3191c/core/src/main/scala/kafka/javaapi/producer/Producer.scala

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Symantec/storm 0.10.x-branch

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/1538.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1538
    
----
commit ab19a949b1f738a620f5fdc9102c147cc3d05c0f
Author: narendra_bidari <[email protected]>
Date:   2016-07-02T03:44:08Z

    Sending the Data to Kafka as a batch, instead of sending one tuple each. 
0.10 version uses Producer.scala class which has two methods, we are using now 
the second method which sends in batch.

----


---
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