You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2018/11/01 10:25:00 UTC

[jira] [Commented] (KAFKA-7582) MetadataRequest don't support autoCreateTopic below version 4.

    [ https://issues.apache.org/jira/browse/KAFKA-7582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671422#comment-16671422 ] 

Ismael Juma commented on KAFKA-7582:
------------------------------------

That line looks correct to me.

> MetadataRequest don't support autoCreateTopic below version 4.
> --------------------------------------------------------------
>
>                 Key: KAFKA-7582
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7582
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>            Reporter: Yanjie Wang
>            Priority: Minor
>
> This line of MetadataRequest.
> ''if (!allowAutoTopicCreation && version < 4)" should remove "!".
> Location: [https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/common/requests/MetadataRequest.java#L110]
> I hope that I am not mistaken. 
> As a Java beginner



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)