Change _dlqMessage.missedWindowStartTimes to array<Date>

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Atlas Streams
    • Fully Compatible
    • Sprint 65
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently the message looks like below. We should use array<Date> for missed window start times.

                          "_stream_meta" : {
                              "source" : {
                                      "type" : "generated"
                              }
                          },
                          "errInfo" : {
                                  "reason" : "Input document arrived late."
                          },
                          "operatorName" : "GroupOperator",
                          "doc" : {
                                  "a" : 1,
                                  "ts" : ISODate("2024-03-01T02:00:02Z"),
                                  "_ts" : ISODate("2024-03-01T02:00:02Z")
                          },
                          "missedWindowStartTimes" : [
                              NumberLong("1709258400000")
                          ], 

            Assignee:
            Guy-Jacques Isombe
            Reporter:
            Matthew Normyle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: