slfan1989 commented on code in PR #1345:
URL: https://github.com/apache/ratis/pull/1345#discussion_r2790337170


##########
ratis-grpc/src/main/java/org/apache/ratis/grpc/client/GrpcClientProtocolClient.java:
##########
@@ -121,7 +123,7 @@ public class GrpcClientProtocolClient implements Closeable {
   }
 
   private ManagedChannel buildChannel(String address, SslContext sslContext,
-      SizeInBytes flowControlWindow, SizeInBytes maxMessageSize) {
+      SizeInBytes flowControlWindow, SizeInBytes maxMessageSizeConfig) {

Review Comment:
   Agreed — I’ll remove the parameter since it’s now a field.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to