Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to be able to enable read replicas for transactions as well #15

Closed
kostyay opened this issue Nov 4, 2020 · 2 comments
Closed
Assignees

Comments

@kostyay
Copy link

kostyay commented Nov 4, 2020

Describe the feature

We are using ROW LEVEL SECURITY to achieve multi tenancy. Since RLS is based on transactions we are unable to utilize the read replicas feature as it always forwards the connections to the write replica.
We would like to be able to control this behavior via some flag to the query operation.

@raja
Copy link

raja commented Nov 12, 2021

@kostyay Were you able to workaround this limitation?

jinzhu added a commit that referenced this issue Apr 30, 2022
@jinzhu
Copy link
Member

jinzhu commented Apr 30, 2022

We have added support for transaction, thank you for your report.

@jinzhu jinzhu closed this as completed Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants