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

fix: use newConsumer method in newConsumerGroup method #2424

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

Lumotheninja
Copy link
Contributor

@Lumotheninja Lumotheninja commented Jan 19, 2023

fix the issue of consumergroup not closing properly when calling consumergroup.close()

currently, the NewConsumerGroup method calls the NewConsumerFromClient method which creates a nopclient, and thus this client cannot be closed properly

Screenshot 2023-01-19 at 5 28 15 PM

Screenshot 2023-01-19 at 5 24 18 PM

Screenshot 2023-01-19 at 5 24 35 PM

Replaces #2423

@dnwe dnwe added the fix label Jan 20, 2023
@dnwe dnwe merged commit 6acb276 into IBM:main Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants