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

Let's have a look before 1.0 at how we want to split configuration keys into sections

api/1.0

the current one does not ship with support for `@defer` (added in https://github.com/mdg-private/studio-ui/pull/6373)

component/defer

Prometheus metrics, once enabled are not secured. Call this our in the documentation and give suggestions to user about securing at ingress or service mesh.

**Describe the bug** Following along with DEVELOPMENT.md and trying to build the router on an M1 based mac, I hit a few problems/gotchas: 1. build requires gpg. 2. asdf doesn't...

component/infra
chore

Two improvements on our current release checklist: - The release PR body should contain the relevant changelog, this allows for easier markdown check / changelog review before approval. - The...

component/infra

Currently, it seems possible to use the [`SSL_CERT_FILE` ](https://github.com/rustls/rustls-native-certs/) environment variable to set a path to a (for example, self-signed, intermediary) certificate file and have that work for non-subgraph requests,...

Fix #1219 Fix #1409 we need a specific function to map over deferred responses, so we can make the distinction with the first one, where we have access to headers

Right now we support configuration reload through filesystem watch. This can be unreliable sometimes (missing udpdates), and it will try to reload files on each save even if we're not...

> I'm re-opening this and marking this as a draft right now, just so we don't lose the reverted work. This is meant to reintroduce the [Target Triplet] pattern which...

api/1.0

our pre-built binaries are just called "linux" "macos" and "windows" - it does not call out anything about underlying architectures (`x86` vs. `ARM`) nor about the toolchain (`gnu` vs `musl`...

api/1.0