Apurva Mehta created KAFKA-5053: ----------------------------------- Summary: Send Error messages along with FindCoordinatorResponse Key: KAFKA-5053 URL: https://issues.apache.org/jira/browse/KAFKA-5053 Project: Kafka Issue Type: Improvement Reporter: Apurva Mehta Assignee: Apurva Mehta
As mentioned in https://github.com/apache/kafka/pull/2825#discussion_r110535855, currently it is hard to debug issues when we get an error in the `FindCoordinatorResponse`. It would help if the server populated the response with a suitable message. With the transaction coordinator, this needs becomes more acute, so we should try to emulate the CreateTopicsResponse and return a usable message along with the error. -- This message was sent by Atlassian JIRA (v6.3.15#6346)