GitHub user bbejeck opened a pull request: https://github.com/apache/kafka/pull/2005
KAFKA-4269 extracted code updating topics when regex pattern specifie⦠â¦d out of topicGroups method. The topicGroups method only called from StreamPartitionAssignor when KafkaStreams object is the leader, needs to be executed for clients. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bbejeck/kafka KAFKA-4269_multiple_kstream_instances_mult_consumers_npe Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2005.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 #2005 ---- commit 58c694e14fd4ba5ee134be54e3f75f4aafa8a1d6 Author: bbejeck <bbej...@gmail.com> Date: 2016-10-10T23:26:24Z KAFKA-4269 extracted code updating topics when regex pattern specified out of topicGroups method. The topicGroups method only called from StreamPartitionAssignor when KafkaStreams object is the leader, needs to be executed for clients. ---- --- 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. ---