Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This sample shows how to cancel a Nexus operation from a caller workflow.

From more details on Nexus and how to setup to run this samples please see the [Nexus Sample](../nexus/README.MD).
To run this sample, set up your environment following the instructions in the main [Nexus Sample](../nexus/README.md).

In separate terminal windows:
Next, in separate terminal windows:

### Nexus handler worker

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Nexus Context Propagation

This sample shows how to propagate MDC context values from Workflows to Nexus operations.
This sample shows how to propagate MDC (Mapped Diagnostic Context) context values from Workflows to Nexus operations.
Nexus does not support `ContextPropagator` since the header format is not compatible. Users should look at `NexusMDCContextInterceptor` for propagating MDC context values.

From more details on Nexus and how to setup to run this samples please see the [Nexus Sample](../nexus/README.MD).
To run this sample, set up your environment following the instructions in the main [Nexus Sample](../nexus/README.md).

In separate terminal windows:
Next, in separate terminal windows:

### Nexus handler worker

Expand Down
Loading