Inject and Extract with BINARY format
CHOMNANP opened this issue · 2 comments
CHOMNANP commented
I have tried and cannot manage to get the Inject and extract with Binary work across 2 node on microservice. The communication between service is using rabitMQ.
Can anyone help guild me how to get it done?
florianrusch commented
Please correct me, if I'm wrong: For me it looks like there is no logic behind the inject
/extract
functions.
opentracing-javascript/src/tracer.ts
Lines 172 to 179 in cb74683
CHOMNANP commented
I got a working way around with TEXT_MAP_FORMAT.
jaegertracing/jaeger-client-node#370
Thank.