You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If an event has no metadata, or one of the followign properties missing $traceId | $spanId the method ExtractTracingMetadata throws an Exception. It is handled silently, so the Event isn't rejected, but means each Event being processed has an Exception thrown for it.
Describe the bug
If an event has no metadata, or one of the followign properties missing $traceId | $spanId the method ExtractTracingMetadata throws an Exception. It is handled silently, so the Event isn't rejected, but means each Event being processed has an Exception thrown for it.
To Reproduce
Replicated code
Steps to reproduce the behavior:
Expected behavior
I think we should check if the proeprties are present in the metadata, and if not, cleanly return the TracingMetadata.None.
Actual behavior
Exception is thrown, silently handled and TracingMetadata.None returned.
Config/Logs/Screenshots
If applicable, please attach your node configuration, logs or any screenshots.
EventStore details
EventStore server version: 24.2
Operating system: Windows 11
EventStore client version (if applicable): 23.3.2
Additional context
None at this time.
The text was updated successfully, but these errors were encountered: