feign-reactive
feign-reactive copied to clipboard
Reactive Streams Specification compatible implementation of Feign
There are tons of devs waiting for working ReactorFeign. Especially they are interested in Spring's implementation (witht Ribbon/Hystrix support). @kdavisk6 Let's release this artifact so I can proceed with Spring's...
Similar to Reactive, we should support RxJava2 and their Streams implementation.
The current implementation is locked to SLF4J. We replace this with support for the `Logger` abstraction.
[Vert.x 3](https://vertx.io/docs/vertx-reactive-streams/java/) has a Reactive Streams implementation. It may make sense to combine the projects.
The implementation currently is locked to Reactor. We should determine which parts of the framework are not specific to Reactor, pull them out into another `core` library, and reduce the...