admin管理员组文章数量:1125484
I have an issue with a TCP connection between two services in my microservices architecture. Specifically, the first TCP request of the day often fails with a connection error, but subsequent requests succeed without any problem.
Here's the scenario:
Service A initiates a TCP connection to Service B.
The first connection attempt after a long idle period (usually overnight) fails.
After that, all following connections during the day work perfectly fine.
I've checked my network configuration and firewall rules, and they seem fine. I also tried increasing the timeout and adding retries, but the issue still occurs on the first request.
本文标签: nodejsIntermittent TCP Connection Error Between Two Services on First Daily CallStack Overflow
版权声明:本文标题:node.js - Intermittent TCP Connection Error Between Two Services on First Daily Call - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736667973a1946765.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论