PlaytikaOSS / feign-reactive

Reactive Feign client inspired by https://github.com/OpenFeign project
Apache License 2.0
610 stars 125 forks source link

Providing a direct binding to Reactor-Netty (HttpClient) #39

Open smaldini opened 5 years ago

smaldini commented 5 years ago

I wonder if we could have a direct binding to reactor-netty as we progress towards maturity, more protocol support (h2, unix socket) and performance optimizations. Also I suppose it would provide less indirection than WebClient which is mostly useful when exposed directly.

kptfh commented 5 years ago

I think it's possible. Moreover it should allow to avoid copying of data while mapping json to objects.