-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, our SDAM implementation can't tell whether or not the new topology generated by a monitoring update is different than the one it had before. In order to avoid waking up operations that are awaiting topology changes when an update changes nothing, we should implement equality on our TopologyDescription type and then update our monitoring implementation only to notify the operations when the topology has changed.