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



##########
File path: clients/src/main/java/org/apache/kafka/clients/ClientRequest.java
##########
@@ -42,6 +44,8 @@
      * @param clientId The client ID to use for the header
      * @param createdTimeMs The unix timestamp in milliseconds for the time at 
which this request was created.
      * @param expectResponse Should we expect a response message or is this 
request complete once it is sent?
+     * @param initialPrincipalName The initial principal name if this is a 
redirect request

Review comment:
       "or null if this was not redirected"

##########
File path: clients/src/main/java/org/apache/kafka/clients/ClientRequest.java
##########
@@ -42,6 +44,8 @@
      * @param clientId The client ID to use for the header
      * @param createdTimeMs The unix timestamp in milliseconds for the time at 
which this request was created.
      * @param expectResponse Should we expect a response message or is this 
request complete once it is sent?
+     * @param initialPrincipalName The initial principal name if this is a 
redirect request
+     * @param initialClientId The initial client id if this is a redirect 
request

Review comment:
       "or null if this was not redirected"




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