-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add grpc config options and turn off keepalive for Lambda confi…
…g" (#538) * chore: DRY up grpc channel options construction * finish rebasing * always set default max message size for now * add keepalive settings to sockets http handler * actually add keepalive settings to sockets http handler * add keepalive settings to prebuilt configs with transport strategy except for Lambda config * correct placement of keepalive settings in configs * remove unnecessary import * remove unnecessary optional chaining * add some unit tests for configs * further DRY up grpc manager code using base GrpcManager class * clean up GrpcManager a bit more * completely remove grpc options function from utils * move keepalive settings into sockets http handler options * create default grpc options object if none provided to transport strategy * undo unnecessary changes * fix build warning: static grpc config should not have nullable grpc channel options object
- Loading branch information
Showing
15 changed files
with
268 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.