linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Add FailedoutClusterManager for managing a failed out cluster #758

Closed shangchengying closed 2 years ago

shangchengying commented 2 years ago

Add FailedoutClusterWatchManager for managing peer clusters of failed out cluster

jpstewart commented 2 years ago

Looks good to me; I would like to see some added logging. Some debug messages in the add/remove/listener invocation.

shangchengying commented 2 years ago

Looks good to me; I would like to see some added logging. Some debug messages in the add/remove/listener invocation.

Logs added. I'll merge this into the parent feature/service-level-failout branch and continue to iterate on it in the follow up cluster listener change.