Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-97290

Support $window.allowedLateness = 0, idleTimeout = 0

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

       

      Currently, to specify a allowedLateness of zero, you still need to specify a size and unit, like below:

      $tumblingWindow: {
        allowedLateness: {size: 0 , unit: "minute",}
        ...
      }

      We want to support the following, this was mentioned in the original syntax/scope doc:

       

      $tumblingWindow: {
        allowedLateness: 0
        ...
      }

      We also want to support this for the idleTimeout field.

       

       

            Assignee:
            jada.lilleboe@mongodb.com Jada Lilleboe
            Reporter:
            matthew.normyle@mongodb.com Matthew Normyle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: