jiafu1115 commented on code in PR #20691:
URL: https://github.com/apache/kafka/pull/20691#discussion_r2464441485
##########
clients/src/main/java/org/apache/kafka/clients/admin/MemberDescription.java:
##########
@@ -57,7 +60,34 @@ public MemberDescription(
}
/**
- * @deprecated Since 4.0. Use {@link #MemberDescription(String, Optional,
String, String, MemberAssignment, Optional, Optional, Optional)} instead.
+ * @deprecated Since 4.2. Use {@link #MemberDescription(String, Optional,
Optional, String, String, MemberAssignment, Optional, Optional, Optional)}
instead.
+ */
+ @Deprecated
Review Comment:
@AndrewJSchofield Thanks for your thorough review. Done for all the proposed
changes. For this one. I updated the test code to using the latest constructor
directly so that we just need to remove the deprecated API directly in future.
Thanks a lot. I also resolve this conversation. You can help to comment it
if any other issue existed.
--
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]