Add ability to watch all changes for an entire replica set

XMLWordPrintableJSON

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

      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
            Reporter:
            Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: