feign-reactive icon indicating copy to clipboard operation
feign-reactive copied to clipboard

Reactive Streams Specification compatible implementation of Feign

Results 8 feign-reactive issues
Sort by recently updated
recently updated
newest added

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.

API

The current implementation is locked to SLF4J. We replace this with support for the `Logger` abstraction.

API

Add `Decoder` Support during the response phase.

API

Add support for `Encoder`s during the request phase.

API

[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...