dimas-b commented on code in PR #2757:
URL: https://github.com/apache/polaris/pull/2757#discussion_r2452588826
##########
helm/polaris/values.yaml:
##########
@@ -518,6 +516,16 @@ realmContext:
realms:
- POLARIS
+# -- Configuration for correlation IDs.
+correlationId:
Review Comment:
Good point :+1: I was actually thinking of embedding an outgoing OTel
context into the event itself. This way regardless of the event delivery
technology, consumers may want to perform async tasks that actually related to
the event data, so in that case they would have the option of linking a
`CONSUMER` span to the Polaris Event's `PRODUCER` span.... just an idea.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]