Add ability to watch all changes for the entire cluster

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Aggregation Framework
    • None
    • Query
    • 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:
            Backlog - Query Team (Inactive)
            Reporter:
            Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: