Skip to content

Provide RxJava2-JDBC on top of R2DBC #44

@mp911de

Description

@mp911de

This ticket probably defeats its creation as this project is also about JDBC.

Have you considered providing this library on top of a truly reactive database integration such as R2DBC? RxJava2-JDBC comes with a decent API for database access, however, JDBC is blocking and JDBC on ThreadPools comes with severe scalability limitations when talking about non-blocking reactive programming.

You already have all you need for proper non-blocking data access except the transport-layer. R2DBC is based on Reactive Streams. With RxJava2's Flowable, there seems be missing just a to adoption.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions