chia7712 commented on a change in pull request #9007: URL: https://github.com/apache/kafka/pull/9007#discussion_r454487144
########## File path: clients/src/main/java/org/apache/kafka/common/requests/DescribeLogDirsResponse.java ########## @@ -95,6 +76,7 @@ public static DescribeLogDirsResponse parse(ByteBuffer buffer, short version) { * KAFKA_STORAGE_ERROR (56) * UNKNOWN (-1) */ + @Deprecated Review comment: Does it need comment to describe the replacement? for example ``` @deprecated Deprecated Since Kafka 2.7. Use {@link LogDirDescription}. ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org