Replies: 1 comment
-
Hi @gopuma, Thanks for reaching out and raising this issue. We'll take a look at this and keep you updated as we investigate. In the meantime, could you provide some additional details regarding the following?
To enable driver logging, please refer to our documentation here. Thank you for your patience! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Aurora MySQL with 2 replica and 1 master.
RO instances(replicas) uses custom domain with AWS route53 domain CNAME(RW uses default end point)
ClusterInstanceHostPattern parameter set.
Client trying to connect with two different databases with Route53 custom domain(xxx.xxx.com, yyy.yyy.com)
As soon as the client application starts up the connection succeeded without errors. When POST request or any other subsequent request is made the connection failed. Two domains are queried successfully in the client application with dig tool. When client application connects to Aurora MySQL with reader end point the problem goes away.
Beta Was this translation helpful? Give feedback.
All reactions