-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
sarama client panic: assignment to entry in nil map #1920
Comments
panic: assignment to entry in nil map |
sorry this problem is fixed |
sarama version: v1.26.1
sarama will panic at client.go:533 while fetching metadata when the client is closed
client.brokers will be nil when the client is closed, but sarama does not check if client.brokers is nil before client.go:533
The text was updated successfully, but these errors were encountered: