router icon indicating copy to clipboard operation
router copied to clipboard

A configurable, high-performance routing runtime for Apollo Federation 🚀

Results 667 router issues
Sort by recently updated
recently updated
newest added

Support external Router extensions (e.g. via a simple HTTP request/response format), so you can do any custom authn/n (or other processing) using an external network service (e.g. a sidecar in...

triage

I noticed in the grafana metric explorer, that most of the metrics available are prefixed with a name representing the executable/service. For example: ``` jaeger_http_ kubelet_http_ alertmanager_http_ ``` The router...

triage

it was set at some point but apparently it was removed?

I'm not sure how many examples have problems, but I noted that in [hello-world](https://github.com/apollographql/router/blob/5102b6b0d877ecb193604267d51198ff2d5ef305/examples/hello-world/src/hello_world.rs#L85) the text is misleading. If you run the test as described, there is no text output...

1.0

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [otel/opentelemetry-collector](https://togithub.com/open-telemetry/opentelemetry-collector-releases) | minor | `0.58.0` -> `0.61.0` | --- ### Release Notes open-telemetry/opentelemetry-collector-releases...

when running the router in `--dev` mode, whether through `rover dev` or otherwise, i may like to point a local front end application at the local router endpoint. unfortunately, this...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rust | stage | minor | `1.63.0` -> `1.64.0` | ---...

We no longer need to Renovate Node.js dependencies in our `docs/` directory because the Node.js dependencies have been removed!

**Is your feature request related to a problem? Please describe.** In our current GraphQL implementation, we support feature toggles in the GraphQL schema. Based on some variables read from the...

triage
raised by user

**Describe the bug** In https://github.com/apollographql/router-defer-e2e-tests/pull/8, some tests were added for error cases. For the following query: ```graphql query TestQuery { allProducts { ...ErrorFragment @defer sku id } } fragment ErrorFragment...

raised by user
component/defer