0

I trying to save to a table with encrypted fields but I cannot find R2DBC support.

Image of encrypted columns

Found a similar question but without using R2DBC

SQL Server Column Encryption using Azure Key Vault and Spring Boot

JDBC documentation it explains how to do it but I did not find something similar for R2DBC

https://learn.microsoft.com/en-us/sql/connect/jdbc/using-always-encrypted-with-the-jdbc-driver?view=sql-server-ver15

1 Answers1

-1

Just for now, Azure SQL database doesn't support R2DBC.

Others have post the feedback: enter image description here

We can continue to vote it then the product team could see it and may add this feature.

HTH.

Leon Yue
  • 15,693
  • 1
  • 11
  • 23
  • Azure SQL is supported by R2DBC https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-data-r2dbc-with-azure-sql-server – Kevin Valdez Jan 25 '21 at 18:28