[ https://issues.apache.org/jira/browse/KAFKA-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16007971#comment-16007971 ]
ASF GitHub Bot commented on KAFKA-4965: --------------------------------------- GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/3032 KAFKA-4965: set internal.leave.group.on.close to false in StreamsConfig Backport from trunk You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka kafka-4965-bp Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3032.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 #3032 ---- commit 54bdc0763b2d7fca00a0c50994a1c1b003a0c287 Author: Damian Guy <damian....@gmail.com> Date: 2017-04-12T12:04:36Z backport from trunk ---- > set internal.leave.group.on.close to false in KafkaStreams > ---------------------------------------------------------- > > Key: KAFKA-4965 > URL: https://issues.apache.org/jira/browse/KAFKA-4965 > Project: Kafka > Issue Type: Improvement > Components: streams > Affects Versions: 0.11.0.0 > Reporter: Damian Guy > Assignee: Damian Guy > Fix For: 0.11.0.0 > > > We added the internal Consumer Config {{leave.group.on.close}} so that we can > avoid unnecessary rebalances during bounces in streams etc. We just need to > set this config to false. -- This message was sent by Atlassian JIRA (v6.3.15#6346)