Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11715

Docs for SERVER-34818: changeStream option startAtClusterTime should be a raw BSON Timestamp

    • Type: Icon: Task Task
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • 4.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Description:

      This was a departure from the original syntax laid out in the scope/design. I'll update the scope/design document to account for this change, but just in case here's the history.

      Scope of changes:

      Impact to other docs outside of this product:

      MVP:

      Resources:

      Engineering Ticket Description:

      In 4.0, we will be allowing users to specify a startAtClusterTime option. Currently, the server expects the option to be a BSON document of the form:

      { ts: Timestamp }
      

      This naming not intuitive, as a clusterTime object (as defined in server response $clusterTime.clusterTime) does not conform to this format.

      We should either modify the startAtClusterTime field to expect a raw BSON timestamp, or choose a more intuitive name for the field.

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              5 years, 48 weeks, 4 days ago