ijuma commented on code in PR #18468: URL: https://github.com/apache/kafka/pull/18468#discussion_r1911740743
########## clients/src/main/java/org/apache/kafka/common/requests/AlterPartitionRequest.java: ########## @@ -68,14 +68,12 @@ public static class Builder extends AbstractRequest.Builder<AlterPartitionReques * @param data The data to be sent. Note that because the version of the * request is not known at this time, it is expected that all * topics have a topic id and a topic name set. - * @param canUseTopicIds True if version 2 and above can be used. */ - public Builder(AlterPartitionRequestData data, boolean canUseTopicIds) { Review Comment: And the code does seem to use `clientChannelBuilder`. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org