Closed PrinceSharma14 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 main 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
Please specify real version numbers or git SHAs, not just "Latest" since that changes fairly regularly.
Configuration
What configuration values are you using for Sarama and Kafka?
Logs
When filing an issue please provide logs from Sarama and Kafka if at all possible. You can set
sarama.Logger
to alog.Logger
to capture Sarama debug output.logs: CLICK ME
``` ```
Problem Description
Hi,
I have a setup of 3 brokers and created a topic with replication factor 3 if 1 of the brokers gets down the value in ReplicaAssignment value of clusterAdmin.ListTopics() gets changed but that should not happen in the case of a replica because the replica remains the same and In Sync Replica gets changed with a broker down.