I have a requirement to work with Oracle database and Spring, I could easily choose Spring Data JPA, but all my programs should be reactive.
Like Spring supports Reactive Repositories for Couchbase and Mongo, as mentioned in this link, please help me enable Reactive Repositories for Oracle.
I have already tried extending ReactiveCrudRepository from repository interface, but failed miserably as Spring Data JPA doesn't implement reactive API methods.