[
https://issues.apache.org/jira/browse/KAFKA-5374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16035746#comment-16035746
]
ASF GitHub Bot commented on KAFKA-5374:
---------------------------------------
GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/3220
KAFKA-5374: Set allow auto topic creation to false when requesting node
information only
It avoids the need to handle protocol downgrades and it's safe (i.e. it
will never cause
the auto creation of topics).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijuma/kafka kafka-5374-admin-client-metadata
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3220.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3220
----
commit 7b255c597f90a0823d7b2e594d6bb32dda04087d
Author: Colin P. Mccabe <[email protected]>
Date: 2017-06-03T00:01:02Z
KAFKA-5374. AdminClient gets "server returned information about unknown
correlation ID" when communicating with older brokers
commit 29cde9a008efcdc1ea663983e3f5dbdd8944bed4
Author: Ismael Juma <[email protected]>
Date: 2017-06-03T01:31:46Z
Fix checkstyle and add comments
----
> AdminClient gets "server returned information about unknown correlation ID"
> when communicating with older brokers
> -----------------------------------------------------------------------------------------------------------------
>
> Key: KAFKA-5374
> URL: https://issues.apache.org/jira/browse/KAFKA-5374
> Project: Kafka
> Issue Type: Bug
> Components: admin
> Affects Versions: 0.11.0.0
> Reporter: Colin P. McCabe
> Assignee: Colin P. McCabe
> Priority: Blocker
> Fix For: 0.11.0.0
>
>
> AdminClient gets "server returned information about unknown correlation ID"
> when communicating with older brokers.
> The messages look like this:
> {code}
> [2017-06-02 22:58:29,774] ERROR Internal server error on -2: server returned
> information about unknown correlation ID 5
> (org.apache.kafka.clients.admin.KafkaAdminClient)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)