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

Create Common Interfaces to support other Reactive Implementations

Open kdavisk6 opened this issue 7 years ago • 0 comments

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.

kdavisk6 avatar Aug 16 '18 17:08 kdavisk6