-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Experimental] Reactive ReqlAst.run #12
Conversation
Since |
…s are possible. Implements rethinkdb/rethinkdb#5996
# Conflicts: # src/main/java/com/rethinkdb/ast/ReqlAst.java
This experiment is being dropped. Expect the branch to be cherry-picked into #7 Reason why this PR is being dropped is:
RethinkDB can return (The branch will be deleted once everything was cherry-picked) |
WARNING: This PR contains a lot of breaking changes.
This is a pull request on top of
develop/experimental
(#7), that replaces Cursors with Project Reactor'sFlux<T>
.From #8:
This pull request breaks in almost all senses the current Java driver API, BUT it gives users a power tool for handling everything from massive tables to changefeeds.
I wanna discuss how feasable is to do this change, and if so, how can we deliver it to the users.