[
https://issues.apache.org/jira/browse/STORM-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14712860#comment-14712860
]
ASF GitHub Bot commented on STORM-1010:
---------------------------------------
GitHub user Renkai opened a pull request:
https://github.com/apache/storm/pull/699
[STORM-1010] each KafkaBolt have its own properties
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Renkai/storm dev
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/699.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 #699
----
commit a062a40845a808566c8d727a654654a47e8d3eb3
Author: renkai <[email protected]>
Date: 2015-08-26T09:55:16Z
each KafkaBolt have its own properties
----
> Each KafkaBolt could have a specified properties.
> -------------------------------------------------
>
> Key: STORM-1010
> URL: https://issues.apache.org/jira/browse/STORM-1010
> Project: Apache Storm
> Issue Type: Improvement
> Reporter: Renkai Ge
> Assignee: Renkai Ge
> Priority: Minor
>
> Now KafkaBolt producer properties could only be set by
> conf.put(KafkaBolt.KAFKA_BROKER_PROPERTIES, props);
> which means all bolts in a topology use the same version of properties.
> A KafkaBolt may need it's own properties sometimes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)