apoorvmittal10 commented on code in PR #15190:
URL: https://github.com/apache/kafka/pull/15190#discussion_r1451631637


##########
clients/src/main/java/org/apache/kafka/common/requests/RequestContext.java:
##########
@@ -37,6 +37,7 @@ public class RequestContext implements 
AuthorizableRequestContext {
     public final RequestHeader header;
     public final String connectionId;
     public final InetAddress clientAddress;
+    public final Optional<Integer> clientPort;

Review Comment:
   I have kept the client port as Optional because the data should not be 
required for forwarded requests in context of KIP-714.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to