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