-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add an example with JDBC API #8
Comments
Something related https://github.com/davidmoten/rxjava-jdbc. |
sdeleuze
changed the title
Add an example with blocking JDBC API
Add an example with JDBC API
Feb 3, 2016
Interesting! |
Can't rely on it but |
I keep this issue open as a reminder, but short term support is more on NoSQL datastore like Redis, Mongo and Cassandra for now. But we will monitor closely any progress on async JDBC side. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spring Reactive should provide a way to run the blocking code in a dedicated thread, see https://github.com/spring-projects/spring-reactive/issues/56.
The text was updated successfully, but these errors were encountered: