Skip to content

Commit 1aa9a51

Browse files
KSemenenkoCopilot
andauthored
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a079405 commit 1aa9a51

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,7 @@ root object, and serializers/Orleans surrogates round-trip them without custom p
575575

576576
#### Identifier lifecycle
577577
- Static command factories generate monotonic version 7 identifiers via `Guid.CreateVersion7()` and stamp a UTC timestamp so commands can be sorted chronologically even when sharded.
578-
- Factory helpers never mutate the correlation or trace identifiers; callers opt in by supplying values through fluent `WithCor
579-
relationId`, `WithTraceId`, and similar extension methods that return the same command instance.
578+
- Factory helpers never mutate the correlation or trace identifiers; callers opt in by supplying values through fluent `WithCorrelationId`, `WithTraceId`, and similar extension methods that return the same command instance.
580579
- Metadata mirrors the trace/span identifiers for workload-specific diagnostics without coupling transport-level identifiers to
581580
payload annotations.
582581

0 commit comments

Comments
 (0)