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

the request context is used a lot to carry data between parts of the router, there should be a central place in documentation to list them. Rough list for now:...

Related to https://github.com/apollographql/router/pull/4702

It is set to 2ms right now, which is far too low for some users. https://github.com/apollographql/router/blob/dev/apollo-router/src/cache/redis.rs#L165 They can modify it themselves, but it tends to trip them up. We should...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [http](https://redirect.github.com/hyperium/http) | workspace.dependencies | major | `0.2.11` -> `1.0.0` | --- ### Release...

The issue has been reported as: ``` "/usr/bin/env: 'bash ': No such file or directory" ``` which is quite unusual since the error message implies that the root a/c doesn’t...

A PR for discussing Rhai testing enhancement ideas.

*Description here* Previously, the router would always respond with data first, and then show any errors in the request. The GraphQL spec suggests having the errors show up before data,...

Try spawning a task to handle graphql requests to see what performance impact that has.

We should document these HTTP status codes somewhere, but for now, an issued is better than nothing! ## Current Understanding * **400 Bad Request**: could be a graphql validation issue,...

documentation

We should call out that the `apollo_router_session_count_active` metric needs to be configured as a **gauge** in Datadog within [our docs](https://www.apollographql.com/docs/router/configuration/telemetry/instrumentation/standard-instruments/#session).

documentation