Hi @Kaliappans
The reconnectRetries being set to 3 is causing the issue. By default, the binder will attempt to reconnect until it connects successfully - which I believe is the behavior you want based on your message.
Let us know if this change allows your application to reconnect when the fail-over or disconnect-reconnect occurs.
However, the infinite loop of exceptions with a reconnectRetries set is an issue. We will report to the dev team for suggestions and see if there is a bug.