feign icon indicating copy to clipboard operation
feign copied to clipboard

feign-reactive-wrappers:11.9.1 not compatible with reactor-core:3.5.0

Open KaseiHaku opened this issue 2 years ago • 0 comments

package feign.reactive;
public class ReactorFeign extends ReactiveFeign {
    public static class Builder extends ReactiveFeign.Builder {
        private Scheduler scheduler = Schedulers.elastic();    // there is no .elastic()  method
    }
}

KaseiHaku avatar Aug 04 '22 17:08 KaseiHaku