Send ReadOnlyIntent when ApplicationIntent=ReadOnly
Opened this issue · 0 comments
dpoupon-pla commented
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.