retrofit
retrofit copied to clipboard
recommended way of Observables creation to support rxjava2 plugin system
What is your goal here?
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
here's a demo of result and discussion around OTel integration improvement with illustration what is broken now