vert-x3 / vertx-rx

Reactive Extensions for Vert.x
Apache License 2.0
147 stars 72 forks source link

feature: Support project reactor #267

Closed wang007 closed 3 years ago

wang007 commented 3 years ago

Describe the feature

hi vietj, Do you consider supporting project reactor?

Use cases

    Mono<String> result = vertx.rxDeployVerticle("verticle");

    HttpClient httpClient = vertx.createHttpClient();
    Mono<HttpClientRequest> request = httpClient.rxRequest(new RequestOptions());

Contribution

I can implement this feature

vietj commented 3 years ago

we are not planning to support reactor as we chosed in vertx to support RxJava instead a long time ago.

On Fri, Jul 30, 2021 at 5:16 AM 王展城 @.***> wrote:

Describe the feature

hi vietj, Do you consider supporting project reactor? Use cases

Mono<String> result = vertx.rxDeployVerticle("verticle");

HttpClient httpClient = vertx.createHttpClient();
Mono<HttpClientRequest> request = httpClient.rxRequest(new RequestOptions());

Contribution

I can implement this feature

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/vert-x3/vertx-rx/issues/267, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABXDCTSXBI2VQNTGBRKFY3T2IKQNANCNFSM5BHVQNEQ .

wang007 commented 3 years ago

ok。 = =

wang007 commented 3 years ago

Please contact me when this feature is required later, reopen this issue. I will contribute this feature

vietj commented 3 years ago

sure thing @wang007