You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the usage question you have. Please include as many useful details as possible.
I didn't manage to find a way to configure connect timeout when setting up Flight client. However this is possible for example in C# implementation by passing respective option (GrpcChannelOptions) when configuring GrpcChannel (not accessible in Java code).
Am I correct and there is no way to control connect timeout or do I miss something?
Component(s)
Java
The text was updated successfully, but these errors were encountered:
contrapost
changed the title
Connect timeout for Flight RPC client in Java imolementation
Connect timeout for Flight RPC client in Java implementation
Jun 5, 2024
Sorry this got overlooked @contrapost. See #495 which adds a way to get the native Netty builder when constructing a client. Then you can set any options you want
Describe the usage question you have. Please include as many useful details as possible.
I didn't manage to find a way to configure connect timeout when setting up Flight client. However this is possible for example in C# implementation by passing respective option (
GrpcChannelOptions
) when configuringGrpcChannel
(not accessible in Java code).Am I correct and there is no way to control connect timeout or do I miss something?
Component(s)
Java
The text was updated successfully, but these errors were encountered: