Add an abstraction to inquire a cluster’s min/max `WireVersion`

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 7.0.0-rc0
    • 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;
      };
      

            Assignee:
            Patrick Freed
            Reporter:
            Amirsaman Memaripour
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: