spring-projects / spring-projects/spring-modulith
Observability and IncompleteEvents
Open
@odrotbohm is already working on this.
Since Apr 18, 2024.
in: event publication registry
in: observability
meta: waiting for feedback
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 222
- PR merge metrics
- No merged PRs in 30d
Description
When events are resubmitted, their original tracing context is lost.
Keeping this information is specially relevant when events are externalized.
Any thoughts on persisting context on the DB and restoring it when the event is read? Maybe using nullable column(s) and extracting context via an optional Bean, configured by spring-modulith-observability when this module is added.
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.
Assessment
This issue has not been assessed yet.