Go router and NTAS behavior
Nitta, Minoru <minoru.nitta@...>
Hi all,
I have a question about GoRouter and NATs communication. According to the source code of Gorouter, GoRouter process exits when timeout occurs between the connection to NATs. That's because https://github.com/cloudfoundry/gorouter/blob/master/main.go#L200-L203 I am wondering this behavior is reasonable. When timeout occurs between NATS, most probably all GoRouter processes would encounter the same problem, which cause all GoRouter processes down and severe high availability issues. Regards, Minoru
|
|