-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Service Arch
-
Fully Compatible
-
Service Arch 2023-02-20, Service Arch 2023-03-06
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This abstraction allows a server to inquire about the WireVersion supported by all members of its cluster, and is necessary to implement the gossiping protocol defined in MongoDB gRPC Protocol. Initially, getClusterWireVersion will not involve any intra-cluster gossiping and will always return the current MongoDB WireVersion.
class WireVersionManager { WireVersionInfo getClusterWireVersion() const = 0; };