chia7712 commented on code in PR #20598:
URL: https://github.com/apache/kafka/pull/20598#discussion_r3579810497


##########
clients/src/main/java/org/apache/kafka/clients/admin/DescribeFeaturesResult.java:
##########
@@ -37,4 +38,25 @@ public class DescribeFeaturesResult {
     public KafkaFuture<FeatureMetadata> featureMetadata() {
         return future;
     }
+
+    /**
+     * This class is NOT part of the public API. It is only intended for 
internal Kafka tools that
+     * additionally need access to the raw node API versions returned in the 
{@code ApiVersionsResponse}.
+     *
+     * @hidden this type is intentionally excluded from the generated javadoc.
+     */
+    @InterfaceAudience.Private

Review Comment:
   @TaiJuWu Would you mind reverting to the previous behavior (like 
`CloseOptions`) for now? We could revisit it if we reach another consensus



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

Reply via email to