-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
DH-18086: Use custom grpc transport. Note that this shouldn't introduce any functional changes. It just enables the http based gRPC transport to be used which will set us up for Envoy support but is also a preferred transport to websockets. ### Testing I've tested the following scenarios: * Non-envoy connections should work * Community http connections should work * Community https connections should work if self-signed certs are properly configured via `NODE_EXTRA_CA_CERTS` Confirmed that setting `debug: true` shows gRPC transport logs
- Loading branch information
Showing
3 changed files
with
75 additions
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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