movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Add request ID plugin #146

Closed lucianjon closed 2 years ago

lucianjon commented 2 years ago

Add a new plugin that allows a user of bramble to set a request id that will be passed down to downstream services it calls using the header X-Request-Id. If the plugin is enabled and the user has not set the header, bramble will generate a uuid to pass down.