mingyen066 opened a new pull request, #21078: URL: https://github.com/apache/kafka/pull/21078
The description is inconsistent with method `leader()`. After checking the code, we always use pass `null` to `TopicPartitionInfo` instead of `noNode` The current description is inconsistent with the `leader()` method. After reviewing the code, we actually pass `null` to `TopicPartitionInfo` instead of using `noNode()`. https://github.com/apache/kafka/blob/trunk/clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java#L2450-L2454 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
