You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
⭐ Feature
Supports data-layer middleware write prohibition. This capability can be enabled in multi-cloud and multi-active scenarios to ensure database data consistency Issue #1422
(1) Support write operation prohibition on Mysql (JDBC: org.mariadb.jdbc:mariadb-java-client versions 2.4.2-2.7.x and 3.0.x-3.3.x)
(2) Support write operation prohibition on PostgreSQL (JDBC: org.postgresql:postgresql 9.4.x and 42.0.x-42.11.x)
(3) Support write operation prohibition on OpenGaussDB (JDBC:org.opengauss:opengauss-jdbc 3.0.x-3.1.x)
(4) Support write operation prohibition on MongoDB (JDBC: org.mongodb:mongodb-driver-sync 3.7.x-3.11.x and 4.0.x-4.11.x)