-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
docs: add documentation for discovery chains #6293
Conversation
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.
Super minor stuff. This looks awesome!
10147a8
to
84fc8b3
Compare
|
||
The [discovery chain](/docs/internals/discovery-chain.html) for each upstream | ||
service should be fetched from the | ||
[`/v1/discovery-chain/:service_id`](/api/discovery-chain.html) API endpoint. |
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.
[`/v1/discovery-chain/:service_id`](/api/discovery-chain.html) API endpoint. | |
[`/v1/discovery-chain/:service_id`](/api/discovery-chain.html) API endpoint to discovery the proxy's configuration. |
|
||
# Discovery Chain <sup>beta</sup> | ||
|
||
~> This topic is part of a [low-level API](/api/discovery-chain.html) |
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.
This intro is great!
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.
The changes are great, nice work!
I wasn't paying attention and I just merged #6358 into this after it was approved. |
- add service-router example involving gRPC - fix indentation on service-router page by splitting it up - remove reference to removed setting
2974dc0
to
2095749
Compare
Fixes #6273