-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7043] Refactor gRPC keepalive code
Currently, keepalive options are hard-coded and are basically globally set for the core/comm package. In order to make them externally configurable as required by FAB-5658, the code needs to be refactored such that these options can be passed it when a new gRPC servers/clients are created. Change-Id: Idac46b7eeed19281f94a299d2ed8442e510a89c7 Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
- Loading branch information
1 parent
f709314
commit d59acdb
Showing
11 changed files
with
136 additions
and
172 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
Oops, something went wrong.