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

_stream_meta might appear twice in DLQ messages that have a "doc" field

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Atlas Streams

      For DLQ messages that have a "doc" field, the doc._stream_meta will be set, and there is also a top level _stream_meta field.

      {
        _stream_meta: ...,
        errInfo: { reason: ... },
        doc: {
          device_id: '',
          _ts: ...,
          _stream_meta: ...
        }
      }

      Note that some DLQ messages do not have an associated input doc, their schema looks like:

      {
        
        _stream_meta: ...,
        errInfo: { reason: ... }
        // no doc field
      } 

       

       

       

       

            Assignee:
            Unassigned Unassigned
            Reporter:
            matthew.normyle@mongodb.com Matthew Normyle
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: