dajac commented on a change in pull request #9746:
URL: https://github.com/apache/kafka/pull/9746#discussion_r552705336



##########
File path: clients/src/main/java/org/apache/kafka/clients/NodeApiVersions.java
##########
@@ -37,18 +36,18 @@
 public class NodeApiVersions {
 
     // A map of the usable versions of each API, keyed by the ApiKeys instance
-    private final Map<ApiKeys, ApiVersion> supportedVersions = new 
EnumMap<>(ApiKeys.class);
+    private final Map<ApiKeys, ApiVersionsResponseKey> supportedVersions = new 
EnumMap<>(ApiKeys.class);

Review comment:
       Using `ApiVersion` sounds reasonable to me.




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