-
Notifications
You must be signed in to change notification settings - Fork 38
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
Comments
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 |
@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. |
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 |
@bnorm sounds great! Create a PR and I'll check it out. |
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). |
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
The text was updated successfully, but these errors were encountered: