• Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • None

      https://github.com/mongodb/specifications/blob/master/source/message/OP_MSG.rst

      struct Section {
          uint8 payloadType;
          union payload {
              document  document; // payloadType == 0
              struct sequence { // payloadType == 1
                  int32      size;
                  cstring    identifier;
                  document*  documents;
              };
          };
      };
      
      struct OP_MSG {
          struct MsgHeader {
              int32  messageLength;
              int32  requestID;
              int32  responseTo;
              int32  opCode = 2013;
          };
          uint32      flagBits;
          Section+    sections;
          [uint32     checksum;]
      };
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            rathi.gnanasekaran Rathi Gnanasekaran
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: