Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxJava 2.0 or Project Reactor #47

Open
RyanHoldren opened this issue Jul 16, 2017 · 5 comments
Open

RxJava 2.0 or Project Reactor #47

RyanHoldren opened this issue Jul 16, 2017 · 5 comments

Comments

@RyanHoldren
Copy link

RyanHoldren commented Jul 16, 2017

I am currently experimenting with combining your library with Spring Webflux via RxJava2Interop. It's not going well. Actually, I am not even sure which library is misbehaving, but they are not working together well.

I am wondering if you have any plans to upgrade to RxJava 2.0 or even better (for me) Project Reactor.

Thanks for library!

Ryan

@alaisi
Copy link
Owner

alaisi commented Jul 25, 2017

Hi,

the current plan is to extract a "core" library that is built on Netty only (e.g. using Netty promises for async) and then create wrappers for RxJava1/2 and Reactor. On the short term, the current library will probably be ported just to RxJava 2.0.

PR:s welcome. :)

-Antti

@leosilvadev
Copy link

@alaisi the idea is good! I do not have much experience and do not so much free time now to help with this core feature, but would be for sure to help with this wrappers in the future.

@bnorm
Copy link

bnorm commented Jul 31, 2017

I've got a branch where I've completed this work as best as I knew how. If you want a pull-request to review the changes, let me know and I can set that up.

https://github.com/bnorm/postgres-async-driver/tree/bn/rxjava2

@alaisi
Copy link
Owner

alaisi commented Aug 1, 2017

@bnorm sounds great! Create a PR and I'll check it out.

@bnorm bnorm mentioned this issue Aug 2, 2017
@fabienmoritz
Copy link

the current plan is to extract a "core" library that is built on Netty only (e.g. using Netty promises for async) and then create wrappers for RxJava1/2 and Reactor.

That would be awesome ! I would like to use this lib with kotlin coroutines, so the reactivex layer is only painful for me (the learning curve is steep).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants