Vikas Singh created KAFKA-9329: ---------------------------------- Summary: KafkaController::replicasAreValid should return error Key: KAFKA-9329 URL: https://issues.apache.org/jira/browse/KAFKA-9329 Project: Kafka Issue Type: Bug Reporter: Vikas Singh
The method currently returns a boolean indicating if replicas are valid or not. But the failure condition loses any context on why replicas are not valid. We should return the error condition along with success/failure. Maybe change method name to something like `validateReplicas` too. -- This message was sent by Atlassian Jira (v8.3.4#803005)