feat: Support Read/Write Splitting #192
Replies: 5 comments 6 replies
-
Hello @ndiaz-addepar Unfortunately the driver doesn't support such splitting. Could you provide more details about your case and why your application needs read/write splitting? Thank you! |
Beta Was this translation helpful? Give feedback.
-
@sergiyvamz We are simply trying to use Aurora with a legacy application. The app currently uses one connection to do both read and write. While we embark in a re-write to separate both it would be faster if we could just split them transparently. Many SQL Proxies do that but those would not have a failover functionality this driver has, adding such ability will allow us (and I'm sure many others) to kill two birds with one stone. |
Beta Was this translation helpful? Give feedback.
-
Hello, we have an existing legacy application that heavily utilizes the read-only routing. Is there an ETA for the AWS driver to support this feature? |
Beta Was this translation helpful? Give feedback.
-
FYI: The aws-advanced-jdbc-wrapper appears to have a read-write splitting function called the Read-Write Splitting Plugin. |
Beta Was this translation helpful? Give feedback.
-
We are working to certify the However, we'd like to gauge interest if you'd be able to try out the aws-advanced-jdbc-wrapper. The The team is currently focusing on validation testing, but as mentioned by @mokamoto12, the |
Beta Was this translation helpful? Give feedback.
-
Is is possible to configure the driver to route writes to the write-end-point and reads to the reader Endpoint of Aurora?
I did not see anything regarding this in the docs. Sorry if I missed something obvious.
Beta Was this translation helpful? Give feedback.
All reactions