Enum DeadLetterPublishingRecoverer.HeaderNames.HeadersToAdd

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      EX_CAUSE
      The exception cause class name.
      EX_MSG
      The exception message.
      EX_STACKTRACE
      The exception stack trace.
      EXCEPTION
      The exception class name.
      GROUP
      The consumer group that received the failed record.
      OFFSET
      The offset of the failed record.
      PARTITION
      The partition from which the failed record was received.
      TOPIC
      The original topic of the failed record.
      TS
      The timestamp of the failed record.
      TS_TYPE
      The timestamp type of the failed record.