Joel Koshy created KAFKA-1437: --------------------------------- Summary: ConsumerMetadataResponse should always include coordinator information Key: KAFKA-1437 URL: https://issues.apache.org/jira/browse/KAFKA-1437 Project: Kafka Issue Type: Bug Reporter: Joel Koshy Assignee: Joel Koshy Fix For: 0.8.2
The consumer metadata response currently includes coordinator broker information only on NoError. We need to avoid data-driven protocol specifications - the error code field being the data in this case. This won't work with the protocol schema utilities in the client package which does not (and should not) look at the data. Also, need to update the wire protocol wiki page after the above is fixed. -- This message was sent by Atlassian JIRA (v6.2#6252)