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

Allow a library user to call consumer->disconnect() and for it to stop reconnect attempt #1148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samueltuckey
Copy link

@samueltuckey samueltuckey commented Jul 9, 2021

as per #1147

When a library user calls disconnect and the library is trying to reconnect to a kafka node, the disconnect is effectively ignored.
A library user cannot call disconnect and expect the library to stop reconnecting. Effetively leading to leaked resources.

This change fixes that issue.

@samueltuckey
Copy link
Author

samueltuckey commented Jul 9, 2021

All tests pass on my local machine, something weird is up with the CI.
Lint isn't failing, some network problem.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant