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

**Describe the bug** segmentation fault while trying to run local composition example **To Reproduce** ``` % ./router --supergraph=supergraph-example.graphql 2024-02-17T10:49:27.032241Z INFO Apollo Router v1.40.0 // (c) Apollo Graph, Inc. // Licensed...

raised by user

The query plan must be manipulated to ensure that subgraph requests are executed in the same order as the Currently the query plan get manipulated after caching has taken place....

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [multer](https://redirect.github.com/rwf2/multer) | dependencies | major | `2.1.0` -> `3.0.0` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hyper](https://hyper.rs) ([source](https://redirect.github.com/hyperium/hyper)) | dependencies | major | `0.14.28` -> `1.0.0` | --- ###...

In order to harden our default configuration I set a limit on opened subscriptions to 8000 for now. This number can be modify we can find a better default number....

In order to harden the configuration for subscription we should put a default value for that limit of opened subscriptions set to `8000` by default., it should also support `disabled`...

good first issue
component/subscriptions

With https://github.com/apollographql/starstuff/pull/9 the list of products has one more element (it was nicer to return a random subset of 4 elements than 3 in `recommendedProducts` for demo purpose), which changes...

Attempt at clarifying what the behaviour should be when a `"payload": null` message is received. This PR models them as fatal errors because it is what Apollo Kotlin is currently...