-
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
admin.ListTopics() returns unexpected config entries #1514
Comments
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. |
It looks like expectation was changed here: #1514 |
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. |
Versions
Problem Description
I'm trying to desribe a topic using sarama but it gives me unexpected results.
When I run:
I get the following response:
So it shows me that the config is
retention.ms=604800000,min.insync.replicas=2
which is, in fact, correct.However, when I try to describe the same config using sarama, I get different results. Running:
Returns:
It seems to me, that sarama is returning some default config options. I don't think that is expected as in
[email protected]/admin.go:291
I see:The text was updated successfully, but these errors were encountered: