[ 
https://issues.apache.org/jira/browse/STORM-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715483#comment-14715483
 ] 

ASF GitHub Bot commented on STORM-1010:
---------------------------------------

Github user harshach commented on the pull request:

    https://github.com/apache/storm/pull/699#issuecomment-135165749
  
    @revans2 @Renkai makes sense. Instead of using constructor can we should 
with Options like other bolts are using. probably "withProducerProperties" 
method and remove the topology level configs so that there isn't two ways 
configure the bolt.


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

Reply via email to