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
We have a use case where we would like Prisma to connect to a SQL server read-only replica using the "ApplicationIntent=ReadOnly" parameter. This merged PR seems to be solving the issue : #297 but we still see Prisma connecting to the primary instead of the readonly replica.
The text was updated successfully, but these errors were encountered:
We have a use case where we would like Prisma to connect to a SQL server read-only replica using the "ApplicationIntent=ReadOnly" parameter. This merged PR seems to be solving the issue : #297 but we still see Prisma connecting to the primary instead of the readonly replica.
The text was updated successfully, but these errors were encountered: