Skip to content

Commit a079405

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

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
@@ -574,8 +574,7 @@ root object, and serializers/Orleans surrogates round-trip them without custom p
574574
root object, and serializers/Orleans surrogates round-trip them without custom plumbing.
575575

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

0 commit comments

Comments
 (0)