Open
Description
Summary
We had some issues around AWS RDS with cross region replication and rw/ro replicas with write forwarding.
I believe it is a bug on the AWS side. But it would be good if it could be mitigated.
Analysis here: https://github.com/ls-urs-keller/r2dbc-test
Mitigation: don't issue "START TRANSACTION READ WRITE" but either just "BEGIN" or "START TRANSACTION" if the transaction is readonly=false.
Checklist
- I have searched the existing issues to make sure my question has not been asked before
- I have provided all the necessary information and context to help answer my question
- I have read the documentation and/or README for this project (if applicable)