[
https://issues.apache.org/jira/browse/KAFKA-4965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944780#comment-15944780
]
ASF GitHub Bot commented on KAFKA-4965:
---------------------------------------
GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/2750
KAFKA-4965: set internal.leave.group.on.close to false in StreamsConfig
Set the internal consumer config internal.leave.group.on.close in
`StreamsConfig`. This is to reduce the number of rebalances we get during
bounces
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka kafka-4965
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2750.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 #2750
----
commit 482c2259ef20f436fcc2dfe1a329b54cbc733db7
Author: Damian Guy <[email protected]>
Date: 2017-03-28T08:40:04Z
set internal.leave.group.on.close to false in StreamsConfig
----
> 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
>
> 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)