Add interceptor to propagate headers to Nexus operations#719
Conversation
ca8fd8d to
034a87e
Compare
|
Why do you need this nexus-specific context propagation as a user-land feature? I mean, shouldn't that be part of a more general "context propagation" sample? And doesn't the SDK already provide context propagation interceptors? This is not blocking, but you may want to clarify the use case for this vs apparent alternatives in the sample's README file. |
|
Also:
|
Nexus context propagation is different from our other "context propagation" samples since Nexus headers are different then normal Temporal header (map[string]string vs map[string]payload).
No, at least not as an interceptor. Java has a concept of a |
Yes I need to , good catch |
Add interceptor to propagate headers to Nexus operations