pjfanning commented on issue #3107: URL: https://github.com/apache/pekko/issues/3107#issuecomment-4762488915
I like the idea of supporting context propagation. I don't like the idea of adding jar dependencies like opentelemetry jars to pekko-streams. If we could keep the opentelemetry dependencies in a separate pekko-streams-telemetry jar, that would be great. Maybe it would be possible to write our own context and propagate that in the core pekko-streams code and find some way to integrate that with opentelemetry in an extension lib? It might be worth looking at Kamon which adds context propagation capabilities to Pekko but not Pekko Streams as far as I know. Open discussion on this topic: https://github.com/apache/pekko/discussions/1499 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
