[
https://issues.apache.org/jira/browse/KAFKA-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13859341#comment-13859341
]
Swapnil Ghike commented on KAFKA-291:
-------------------------------------
Not sure if the ConfigBuilder is going to reduce complexity. The strings like
"localhost:2181" will generally not be hardcoded in java code and will be
passed from some config map, this passing of config values will have the same
caveats.
> Add builder to create configs for consumer and broker
> -----------------------------------------------------
>
> Key: KAFKA-291
> URL: https://issues.apache.org/jira/browse/KAFKA-291
> Project: Kafka
> Issue Type: Improvement
> Components: core
> Affects Versions: 0.7
> Reporter: John Wang
> Attachments: builderPatch.diff
>
>
> Creating Consumer and Producer can be cumbersome because you have to remember
> the exact string for the property to be set. And since these are just
> strings, IDEs cannot really help.
> This patch contains builders that help with this.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)