2

I am new to spring web flux and not sure how to integrate it with the existing spring jdbc template which uses blocking persistence driver for the oracle. i.e.. in my situation R2DBC (oracle) is not supported/not available. I must have to use oracle-jdbc driver with spring data jdbc.

  • 3
    if you read the faq you will find how to deal with blocking calls https://projectreactor.io/docs/core/release/reference/#faq.wrap-blocking – Toerktumlare Feb 08 '20 at 20:23

1 Answers1

0

The Oracle R2DBC driver was recently released open-source on GitHub: https://github.com/oracle/oracle-r2dbc

Jean de Lavarene
  • 3,461
  • 1
  • 20
  • 28