Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMEL-16832: camel-kafka - file descriptor leak #5915

Merged
merged 2 commits into from Aug 3, 2021

Conversation

jenskordowski
Copy link
Contributor

closing the consumer in case of reconnect. the consumer is re-instantiated in the following doInit() and the "old" consumer needs to be closed to release file descriptor resources.

Copy link
Contributor

@davsclaus davsclaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the code comment above

@davsclaus
Copy link
Contributor

We should backport this to 3.11.x branch

@davsclaus davsclaus merged commit 657e5c5 into apache:main Aug 3, 2021
davsclaus pushed a commit that referenced this pull request Aug 3, 2021
* CAMEL-16832: camel-kafka - file descriptor leak

* Update KafkaConsumer.java

Co-authored-by: Jens Kordowski <jens.kordowski@sap.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants