Coenen Benjamin
Coenen Benjamin
Fixes #4783 --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed - [...
Related to https://github.com/apollographql/router/pull/4702
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`...
Hello ! I would like to know if there are some parameters available to lower memory consumption ? Like for example in zlib we can play with window_bits parameter when...
Develop your own telemetry selector with your feature
Giving the ability to compute new attributes everytime we receive a new event in supergraph response. Would be really helpful to create observability for subscriptions and defer. I also added...
Fixes #5042 --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed - [...
ATM we have uri, headers, body but not status_code in rhai subgraph service