Hi, I wanted to add my own OkHttp client to the OkHttpResourceProvider. This is to allow me to add an interceptor to the client so that I can add tracing. The issue is that the NakadiClient Builder does not allow me to provide a ResourceProvider implementation, and all of the relevant classes are package-private even if it did.
For example, what I thought I could do is (in kotlin):
Hi, I wanted to add my own OkHttp client to the OkHttpResourceProvider. This is to allow me to add an interceptor to the client so that I can add tracing. The issue is that the NakadiClient Builder does not allow me to provide a ResourceProvider implementation, and all of the relevant classes are package-private even if it did.
For example, what I thought I could do is (in kotlin):
For Reference, I wanted to add a tracer interceptor such as: