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

grpc: configure client keep alive for grpc connections #636

Open
Tracked by #8008
famarting opened this issue Oct 10, 2024 · 1 comment
Open
Tracked by #8008

grpc: configure client keep alive for grpc connections #636

famarting opened this issue Oct 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@famarting
Copy link
Contributor

Is your feature request related to a problem? Please describe.

This feature request would help making the grpc connections to dapr more reliable. I'm suggesting to either configure a default keepalive on the grpc connections or add a config option to enable keepalives.

Specifically thinking of the workflows SDK, the grpc streamed connection would benefit from keepalives. The long lived grpc streamed connections used in workflows is key for the correct function of workflows, so my understanding is that by using keepalives we would make the grpc connection to stay healthy for longer periods of time.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

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

No branches or pull requests

1 participant