feign-reactive
feign-reactive copied to clipboard
Encoder Support
Add support for Encoders during the request phase.
Do you mean feign.codec.Encoder ?
Yes.
feign.codec.Encoder doesn't meant for reactive encoding.
I suggest that exact implementation of ReactiveHttpClient should implement encoding/decoding.
In case of implementation based on Spring WebClient I don't need encoding/decoding as Spring takes full responsibility.