Yanjie Wang created KAFKA-7582: ---------------------------------- Summary: 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
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)