GitHub user miguno opened a pull request: https://github.com/apache/kafka/pull/1377
MINOR: Change type of StreamsConfig.BOOTSTRAP_SERVERS_CONFIG to List This is an improved version of https://github.com/apache/kafka/pull/1374, where we include a unit test. /cc @ijuma and @guozhangwang You can merge this pull request into a Git repository by running: $ git pull https://github.com/miguno/kafka streamsconfig-multiple-bootstrap-servers Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1377.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 #1377 ---- commit 8fc57c1ba3b0d8b92f411c00f1313e0bfc517855 Author: Guozhang Wang <wangg...@gmail.com> Date: 2016-05-12T02:47:26Z minor fix commit 60a32198fca2796b8e5cf80b56ae7fd13ccf3f27 Author: Michael G. Noll <mich...@confluent.io> Date: 2016-05-12T10:02:25Z StreamsConfigTest: add unit test for multiple bootstrap servers ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---