1

I have reactive micro service that talks to AWS RDS Aurora serverless. I want to know if there are any JDBC drivers that are non blocking for this like r2dbc.

Tejas Garde
  • 337
  • 2
  • 13

1 Answers1

0

The Reactive JDBC Driver for Mysql worked with AWS RDS Aurora Serverless. https://github.com/mirromutth/r2dbc-mysql

Tejas Garde
  • 337
  • 2
  • 13