Skip to content

Conversation

@juwit
Copy link
Contributor

@juwit juwit commented Mar 28, 2024

👋 Hi Spring-Kafka Team !

When developping with Kafka Streams, I figured that when shutting down an app, the consumer didn't seem to proactively leave the Kafka consumer group.
This seems to be related to a leaveGroup parameter that wasn't used in the org.apache.kafka.streams.KafkaStreams#close() method.

So this PR adds support for this parameter, and documentation of the parameters in the Apache Kafka Streams Support section.

@pivotal-cla
Copy link

@juwit Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@juwit Thank you for signing the Contributor License Agreement!

@juwit juwit force-pushed the feature/leaveGroupOnClose branch from 15d31b3 to 61dc8dd Compare March 28, 2024 08:46
@juwit juwit force-pushed the feature/leaveGroupOnClose branch from 61dc8dd to f674878 Compare March 28, 2024 13:09
@juwit
Copy link
Contributor Author

juwit commented Mar 28, 2024

Thanks for the review @sobychacko 🙏
I updated the code with your suggestions.

@juwit juwit requested a review from sobychacko March 28, 2024 13:11
@sobychacko sobychacko added this to the 3.2.0-RC1 milestone Mar 28, 2024
@sobychacko sobychacko merged commit 43df65f into spring-projects:main Mar 28, 2024
@juwit juwit deleted the feature/leaveGroupOnClose branch March 28, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants