retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

recommended way of Observables creation to support rxjava2 plugin system

Open ponomarevlm opened this issue 1 year ago • 3 comments

ponomarevlm avatar Mar 23 '23 12:03 ponomarevlm

What is your goal here?

JakeWharton avatar Mar 23 '23 13:03 JakeWharton

I have integrated Open Telemetry tracing into android app. This fixes context propagation when offloading call execution on some scheduler. OTel relies on RxJava plugins for that: see here

ponomarevlm avatar Mar 24 '23 05:03 ponomarevlm

here's a demo of result and discussion around OTel integration improvement with illustration what is broken now

ponomarevlm avatar Apr 03 '23 06:04 ponomarevlm