router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
Just demonstrating the required changes if https://github.com/apollographql/apollo-rs/pull/861 is accepted. This is based on my latest `connectors` branch so I can test what I need e2e. The only changes relevant to...
This is an experimental variable and will be removed in the future but it has been used a number of time now and is worth documenting
Conform to new router naming conventions of GraphOS Router and Apollo Router Core
Now the targetPort can be configured via the values.yaml --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1]...
Corrects a configuration misspelling: temporarility -> temporality
*Description here* Fixes #**issue_number** --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed...
We should specify that `apollo_router_http_request_duration_seconds_bucket`, `apollo_router_http_requests_total` are both deprecated. It should be specified [here](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/standard-instruments) and [here](https://www.apollographql.com/docs/router/configuration/telemetry/exporters/metrics/overview#attributes) and then promote custom telemetry features.
MVP of conditions on coprocessor stages. Missing docs and tests It will be based on existing [conditions](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/conditions/) we already have in the router for custom telemetry. Including usage of existing...
**Describe the bug** router returns error when arm64 version is deployed to Kubernetes `: Unsupported system page size : Unsupported system page size memory allocation of 5 bytes failed` **To...
**Is your feature request related to a problem? Please describe.** Previously on the Gateway, operation validation errors would be verbose about the serialization issues, in particular with input and arguments....