You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using rxgo to create long pullers (SQS), and I want to add information to (control creation of) the context.Context value, to go through the pipeline. I have a control over creation of observable and ideally I would use something like:
The context has to be unique per message as I want to assign a receipt handle to the context and bind it to my context-based logging system, so I can't use rxgo.WithContext.
Is there a way to do that, or do I have to add context explicitly to the Item and drug it all the way explicitly?
The text was updated successfully, but these errors were encountered:
I am using rxgo to create long pullers (SQS), and I want to add information to (control creation of) the
context.Context
value, to go through the pipeline. I have a control over creation of observable and ideally I would use something like:The context has to be unique per message as I want to assign a receipt handle to the context and bind it to my context-based logging system, so I can't use
rxgo.WithContext
.Is there a way to do that, or do I have to add context explicitly to the
Item
and drug it all the way explicitly?The text was updated successfully, but these errors were encountered: