Hi @Kumar,
This is a random issue, please verify that there are no network issues causing the connection to drop. Ensuring stable network connectivity. The connection might be timing out due to inactivity. Ensure your connection pool settings are configured correctly, especially parameters like maxIdle and maxWait. In addition, if your application is sending a large number of requests, it might be hitting some resource limits. Adjusting the connection pool size and other related settings can help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.