Describe the bug
While the RoomServiceClient has received an option to pass in a okHttpConfigurator: Consumer<OkHttpClient.Builder> allowing to configure a proxy for the HTTP requests the other two clients: EgressServiceClient and IngressServiceClient are missing this feature.
To Reproduce
Check the constructor of the 3 clients.
Expected behaviorEgressServiceClient and IngressServiceClient should behave the same as RoomServiceClient
Describe the bug While the
RoomServiceClient
has received an option to pass in aokHttpConfigurator: Consumer<OkHttpClient.Builder>
allowing to configure a proxy for the HTTP requests the other two clients:EgressServiceClient
andIngressServiceClient
are missing this feature.To Reproduce Check the constructor of the 3 clients.
Expected behavior
EgressServiceClient
andIngressServiceClient
should behave the same asRoomServiceClient
If you want to I crate a PR for the change.