Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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-web proxy #8077
gRPC-web proxy #8077
Changes from 30 commits
6aa0309
93a277f
efaa0b4
939eb79
f4f98eb
e3b7ab1
758b4bb
34c4eb6
e737111
8ff60e3
d2cabcd
a5d90bc
dd6a000
222d1cf
a5e7dbf
34cbea8
e2e1704
3e1e495
95a71ac
aaddeca
2473fc8
a29f2a4
805aa20
72f0ce1
7d3bfe0
c074ece
d57513d
4ffc71b
4debd21
72f4aeb
b8bb16b
f3bc9c6
6e2f070
5468ca0
260276a
9ba7192
24e8f9e
8b14c71
c5e7fc6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
We could also just keep the
enable
config, and if true, bind the server to the HTTP port. I'm not sure it's useful to expose so many ports. wdyt?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.
I tried to bind to the HTTP server. Getting this error.
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.
I created this issue to discuss it: #8254