-
Notifications
You must be signed in to change notification settings - Fork 346
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
goroutine leak #462
Comments
thanks @yuanweikang2020 for this issue, can you provide more context how to reproduce or verify this issue? |
when pulsar is failure, pulsar client reconnect
when reconnect pulsar Broker
get connection frequently
|
There are also goroutine leaks in pulsar-client-go/pulsar/internal/connection.go Lines 333 to 338 in 25f3075
The pulsar-client-go/pulsar/consumer_partition.go Line 786 in 25f3075
The |
Expected behavior
this code, If the pulsar doesn't work properly, it will cause a goroutine leak.
The text was updated successfully, but these errors were encountered: