feign-reactive
feign-reactive copied to clipboard
Create Common Interfaces to support other Reactive Implementations
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 reactor library to the Reactor only components. This will allow us to support additional Reactive Streams compliant libraries as they come about.