Closed ZoltanOnody closed 1 year ago
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. Please check if the master branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
It looks like expectation was changed here: https://github.com/Shopify/sarama/issues/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. Please check if the master branch has already resolved the issue since it was raised. If you believe the issue is still valid and you would like input from the maintainers then please comment to ask for it to be reviewed.
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
sarama@v1.24.0/admin.go:291
I see: