[GitHub] kafka pull request #1862: KAFKA-4175: Can't have StandbyTasks in KafkaStream...

2016-09-19 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/1862


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


[GitHub] kafka pull request #1862: KAFKA-4175: Can't have StandbyTasks in KafkaStream...

2016-09-15 Thread dguy
GitHub user dguy opened a pull request:

https://github.com/apache/kafka/pull/1862

KAFKA-4175: Can't have StandbyTasks in KafkaStreams where 
NUM_STREAM_THREADS_CONFIG > 1

standby tasks should be assigned per consumer not per process

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/dguy/kafka kafka-4175

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/1862.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 #1862


commit 4e4019f7143f27cf942c69f9eb2942cf4f83c01b
Author: Damian Guy 
Date:   2016-09-15T16:14:35Z

assign standby tasks per consumer not per process




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