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



##########
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:
       "NoOp" doesn't seem quite right here since the builder isn't an 
operator.  Maybe "pass through" or "simple" ?




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