7

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.

Aryan Venkat
  • 679
  • 1
  • 10
  • 34
  • 1
    I don't think there is any relational databases which support reactive api – pvpkiran Feb 02 '18 at 11:07
  • 3
    Please check this [comment](https://spring.io/blog/2016/11/28/going-reactive-with-spring-data#comment-3727444532) ... – Cepr0 Feb 02 '18 at 11:16
  • 4
    I don't agree that this question is a duplicate of the once cited. This question is specifically asking about an Oracle database, which in this context may have an entirely different answer than MySql (depending on future vendor-specific driver implementations). – java-addict301 Feb 25 '19 at 21:54

0 Answers0