dogmatiq / dogmatiq/interopspec
Use empty causation/correlation ID to signal root messages.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- Avg merge
- 3m
- Merged PRs (30d)
- 3
Description
When a message is NOT caused by any other message, its causation and correlation IDs are set to its own message ID. We could save a little space on the wire and on disk if we instead allowed the zero-value to represent this state.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the repository's Protocol Buffers and gRPC definitions to find where causation and correlation IDs are specified and encoded. Determine the compatibility and representation changes needed for zero-values to identify root messages, and confirm that the updated protocol definitions and interoperability behavior are documented and tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, grpc
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100