jiezhang opened a new issue, #34612:
URL: https://github.com/apache/arrow/issues/34612

   ### Describe the enhancement requested
   
   This is a feature request to support overriding ChannelOption in 
FlightClient.Builder, specifically adding a method to 
[FlightClient.Builder](https://github.com/apache/arrow/blob/f9324b79bf4fc1ec7e97b32e3cce16e75ef0f5e3/java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightClient.java#L565)
 such that we can supply custom 
[ChannelOption](https://netty.io/4.1/api/io/netty/channel/ChannelOption.html) 
to the NettyChannelBuilder defined 
[here](https://github.com/apache/arrow/blob/main/java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightClient.java#L644).
    
   An example would be overriding 
[CONNECT_TIMEOUT_MILLIS](https://netty.io/4.1/api/io/netty/channel/ChannelOption.html#CONNECT_TIMEOUT_MILLIS)
 to work around timeout issues.
   
   
   
   
   
   ### Component(s)
   
   Java


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to