-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Cluster Scalability
-
2
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The class hierarchy for RSM looks like `ReplicaSetMonitorInterface -> ReplicaSetMonitor -> StreamableReplicaSetMonitor`. We could refactor the code to remove `ReplicaSetMonitorInterface`.
Also, to reduce the need for casting, we should consider adding virtual function `getEventsPublisher` to `ReplicaSetMonitor`.