mumrah commented on a change in pull request #9012:
URL: https://github.com/apache/kafka/pull/9012#discussion_r454333287



##########
File path: 
clients/src/main/java/org/apache/kafka/common/requests/AbstractRequest.java
##########
@@ -75,6 +75,19 @@ public T build() {
         public abstract T build(short version);
     }
 
+    public static class NoOpRequestBuilder extends Builder<AbstractRequest> {

Review comment:
       delegating builder?

##########
File path: 
clients/src/main/java/org/apache/kafka/common/requests/AbstractRequest.java
##########
@@ -75,6 +75,19 @@ public T build() {
         public abstract T build(short version);
     }
 
+    public static class NoOpRequestBuilder extends Builder<AbstractRequest> {

Review comment:
       "delegating" builder?




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