lidavidm commented on code in PR #806: URL: https://github.com/apache/arrow-java/pull/806#discussion_r2252897294
########## flight/flight-core/src/main/java/org/apache/arrow/flight/grpc/NettyClientBuilder.java: ########## @@ -130,6 +131,11 @@ public NettyClientBuilder verifyServer(boolean verifyServer) { return this; } + public NettyClientBuilder userAgent(String userAgent) { Review Comment: I'm against adding to this interface - the intent is that for any further customization, you should directly use the returned NettyChannelBuilder -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org