-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add grpc config options and turn off keepalive for Lambda config" #538
Conversation
6e68a86
to
9120504
Compare
…cept for Lambda config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this! The repeated grpc code has been bugging me for a while. I have a question about organization, but LGTM otherwise.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good, thanks! i had a few suggestions, and after you take another pass we should definitely get @malandis to sign off on this before it goes in :)
…hannel options object
DRYs up the grpc channel options setting into a single function called by the various grpc managers.
Adds keepalive settings to all prebuilt configs with a
StaticGrpcConfiguration
specified except for Lambda, which should not have keepalives turned on.