You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Joel Koshy (JIRA)" <ji...@apache.org> on 2014/05/06 18:02:15 UTC

[jira] [Created] (KAFKA-1437) ConsumerMetadataResponse should always include coordinator information

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)