quarkiverse / quarkus-google-cloud-services

Google Cloud Services Quarkus Extensions

Home Page:https://docs.quarkiverse.io/quarkus-google-cloud-services/main/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Opentelemetry trace propagator for pubsub

vigneshsn opened this issue · comments

We have use case to pass the opentelemetry trace and span id's across the pubsub. it would be great, if we have this implemented as part quarkus extension rather than writing our own implementation. BTW we are using Quarkus extension for opentelemetry.

@loicmathieu have also been looking at this for a bit last week, might be able to pick this up. Not sure on timeline, but seems doable.

Upstream tracking issue for support in the Pubsub library itself: https://issuetracker.google.com/issues/183608476?pli=1

Feature request in google-apis/java-pubsub googleapis/java-pubsub#1981