rest.li icon indicating copy to clipboard operation
rest.li copied to clipboard

Implement new DualReadMonitor for UriProperties

Open PapaCharlie opened this issue 9 months ago • 0 comments

This new monitor should be as expensive as the previous one since the previous one called the .equals method on UriProperties, which compares every single URI. It now produces a similarity metric which represents the fraction of matching hosts present in the ZK response and the observer response. The Cluster and Service monitors remain unchanged.

PapaCharlie avatar Apr 29 '24 23:04 PapaCharlie