GitHub user bbejeck opened a pull request: https://github.com/apache/kafka/pull/2090
KAFKA-4269: Follow up for 0.10.1 branch -update topic subscriptions for regex You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbejeck/kafka KAFKA-4269_follow_up_for_updating_topic_groups_for_regex_subscription Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2090.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 #2090 ---- commit 260a1378f07a739c9c84d2e87738e545072b5bc0 Author: Bill Bejeck <bbej...@gmail.com> Date: 2016-10-20T04:04:28Z KAFKA-4269: Update topic subscription when regex pattern specified out of topicGroups method â¦d out of topicGroups method. The topicGroups method only called from StreamPartitionAssignor when KafkaStreams object is the leader, needs to be executed for clients. Author: bbejeck <bbej...@gmail.com> Reviewers: Damian Guy <damian....@gmail.com>, Guozhang Wang <wangg...@gmail.com> Closes #2005 from bbejeck/KAFKA-4269_multiple_kstream_instances_mult_consumers_npe ---- --- 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. ---