-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
a possible memory leak? #5310
Comments
This is expected. Being a single module, the entire service endpoints table is in-memory and is fairly large. SDK v2 breaks this up by relocating endpoint data to each service client's module. |
Comments on closed issues are hard for our team to see. |
Describe the bug
a memory-leak found in my process,which fetch msg from kafka using sarama,a kafka golang sdk
Expected Behavior
no memory leak
Current Behavior
memory-leak 100% reporduction
Reproduction Steps
my dep info:
github.com/IBM/sarama v1.43.1
github.com/aws/aws-sdk-go v1.51.17
Possible Solution
No response
Additional Information/Context
No response
SDK version used
github.com/aws/aws-sdk-go v1.51.17
Environment details (Version of Go (
go version
)? OS name and version, etc.)go 1.21.1
The text was updated successfully, but these errors were encountered: