-
Notifications
You must be signed in to change notification settings - Fork 107
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
route-registrar: support for publishing HTTP/2 routes #320
Comments
maxmoehl
added a commit
to sap-contributions/route-registrar
that referenced
this issue
May 4, 2023
To support http2 routes, this commit adds an additional field to the route configuration called `protocol` which can be set to `http` or `http2` (or left empty). The field is also included in the route that is announced to gorouter. Co-Authored-By: Tamara Boehm <[email protected]> Resolves: cloudfoundry/routing-release#320
b1tamara
added a commit
to sap-contributions/route-registrar
that referenced
this issue
May 5, 2023
To support http2 routes, this commit adds an additional field to the route configuration called `protocol` which can be set to `http` or `http2` (or left empty). The field is also included in the route that is announced to gorouter. Co-Authored-By: Tamara Boehm <[email protected]> Resolves: cloudfoundry/routing-release#320
5 tasks
domdom82
pushed a commit
to domdom82/routing-release
that referenced
this issue
Jul 12, 2023
When healthchecker fails to connect to gorouter /health endpoint retry 3 times before failing. Monit will restart gorouter whenever healthchecker fails instead of relying on monit counting how many times healthchecker failed. Monit poll cycle is 10s and delay in healthchecker startup makes it harder to predict how many poll cycles needed before we restart gorouter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a security vulnerability?
No
Issue
route-registrar does not support publishing HTTP/2 routes
PR
cloudfoundry/route-registrar#32
Context
pcap-release is a WIP platform service that communicates via GRPC with the client outside the landscape.
pcap-api
, the central component ofpcap-release
is using route-registrar to publish its route to NATS.However, GRPC requires HTTP/2 and it is currently not possible to publish a H/2 route with route-registrar.
We are more than happy to implement the feature ourselves, we just wanted to get some feedback first.
Additional Context
gorouter routing table entry for pcap-api with our current route-registrar config:
"protocol":"http2"
would solve our issue.The text was updated successfully, but these errors were encountered: