adutra commented on code in PR #2757:
URL: https://github.com/apache/polaris/pull/2757#discussion_r2451043980


##########
helm/polaris/values.yaml:
##########
@@ -518,6 +516,16 @@ realmContext:
   realms:
     - POLARIS
 
+# -- Configuration for correlation IDs.
+correlationId:

Review Comment:
   Yes, but the choice to use a specific `SpanKind` depends on the event 
receiver and what it does with events.
   
   A span with `SpanKind.PRODUCER` would be the right thing to do if the event 
is being sent to a message queue.
   
   But if the event is being sent via HTTP or gRPC to a remote system, a span 
with `SpanKind.CLIENT` would be more appropriate.



-- 
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]

Reply via email to