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

Add ability to watch all changes for an entire replica set

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.7.4
    • Affects Version/s: None
    • Component/s: Aggregation Framework
    • Labels:
      None
    • Fully Compatible
    • Query 2018-04-09, Query 2018-04-23

      Changes to the "admin", "config", and "local" databases will be excluded, along with any changes to system collections.

      Proposed Syntax

      db.adminCommand({
        aggregate: 1,
        pipeline: [
          {$changeStream: {allChangesForCluster: true, ...}},
          ...
        ],
        ...
      });
      

            Assignee:
            bernard.gorman@mongodb.com Bernard Gorman
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: