Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect timeout for Flight RPC client in Java implementation #81

Open
contrapost opened this issue May 29, 2024 · 2 comments · May be fixed by #495
Open

Connect timeout for Flight RPC client in Java implementation #81

contrapost opened this issue May 29, 2024 · 2 comments · May be fixed by #495

Comments

@contrapost
Copy link

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

@contrapost 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
@contrapost
Copy link
Author

I would be very grateful for a response!

@assignUser assignUser transferred this issue from apache/arrow Nov 26, 2024
@lidavidm
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants