ijuma commented on a change in pull request #8931:
URL: https://github.com/apache/kafka/pull/8931#discussion_r446147874



##########
File path: core/src/main/scala/kafka/zk/KafkaZkClient.scala
##########
@@ -810,10 +810,8 @@ class KafkaZkClient private[zk] (zooKeeperClient: 
ZooKeeperClient, isSecure: Boo
   /**
    * Returns all reassignments.
    * @return the reassignments for each partition.
-   * @deprecated Use the PartitionReassignment Kafka API instead
    */
-  @Deprecated

Review comment:
       It doesn't make sense to deprecate a method in an internal class that is 
still needed by our code. Removed the deprecation of various `KafkaZkClient` 
classes. cc @stanislavkozlovski 




----------------------------------------------------------------
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


Reply via email to