-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
enhancementLEGACY. Use the Feature issue type insteadLEGACY. Use the Feature issue type instead
Description
Is your feature request related to a problem? Please describe.
- I am overriding
repositoryFactory
for integration with my distributed application. I do not have access torequestId
to pass on to my other servers. - My
requestId
is currently on a custom header instead ofx-request-id
.
Describe the solution you'd like
repositoryFactory
to haverequestId
available.- Option for setting
requestId
.
Describe alternatives you've considered
I currently set requestId
on my authInfo
which feels dirty. In my ideal world, I would have a hook to extend whatever I want on the context
passed to repositoryFactory
, instead of just authInfo
.
Of course, I can copy my header to x-request-id
, but it still isn't exposed to repositoryFactory
.
Metadata
Metadata
Assignees
Labels
enhancementLEGACY. Use the Feature issue type insteadLEGACY. Use the Feature issue type instead