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

Streams: $replaceRoot includes _stream_meta when it shouldn't

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Atlas Streams
    • Sprint 50, Sprint 51, Sprint 52, Sprint 53, Sprint 56

      Reported by joe.niemiec@mongodb.com 

      AtlasStreamProcessing> sp.process([{$source: {connectionName: "Cluster2_ReadWrite", db: "test10", coll: "test"}}, {$replaceRoot: {newRoot: "$fullDocument"}}])

      {

        _id: ObjectId("665f278b447edf522dc10ac2"),

        a: 1,

        _stream_meta: {

          source:

      {       type: 'atlas'     }

        }

      }

      {

        _id: ObjectId("665f2791447edf522dc10ac3"),

        a: 1,

        _stream_meta: {

          source:

      {       type: 'atlas'     }

        }

      }

            Assignee:
            Unassigned Unassigned
            Reporter:
            sandeep.dhoot@mongodb.com Sandeep Dhoot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: