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
Copy file name to clipboardExpand all lines: core/src/main/java/io/temporal/samples/nexuscontextpropagation/README.MD
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Nexus Context Propagation
2
2
3
-
This sample shows how to propagate MDC context values from Workflows to Nexus operations.
3
+
This sample shows how to propagate MDC (Mapped Diagnostic Context) context values from Workflows to Nexus operations.
4
4
Nexus does not support `ContextPropagator` since the header format is not compatible. Users should look at `NexusMDCContextInterceptor` for propagating MDC context values.
5
5
6
-
From more details on Nexus and how to setup to run this samples please see the [Nexus Sample](../nexus/README.MD).
6
+
To run this sample, set up your environment following the instructions in the main [Nexus Sample](../nexus/README.md).
0 commit comments