Java org.springframework.kafka.support KafkaHeaders fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.kafka.support KafkaHeaders fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.kafka.support KafkaHeaders.

The text is from its open source code.

Field

StringTOPIC
The header containing the topic when sending data to Kafka.
StringMESSAGE_KEY
The header containing the message key when sending data to Kafka.
StringPARTITION_ID
The header containing the topic partition when sending data to Kafka.
StringOFFSET
The header for the partition offset.
StringACKNOWLEDGMENT
The header for the Acknowledgment .
StringCONSUMER
The header for the Consumer object.
StringRECEIVED_TOPIC
The header containing the topic from which the message was received.
StringRECEIVED_MESSAGE_KEY
The header containing the message key for the received message.
StringRECEIVED_PARTITION_ID
The header containing the topic partition for the received message.
StringTIMESTAMP_TYPE
The header for holding the org.apache.kafka.common.record.TimestampType type of timestamp.
StringTIMESTAMP
The header for holding the timestamp of the producer record.
StringRECEIVED_TIMESTAMP
The header for holding the timestamp of the consumer record.
StringNATIVE_HEADERS
The header for holding the native headers of the consumer record; only provided if no header mapper is present.
StringBATCH_CONVERTED_HEADERS
The header for a list of Maps of converted native Kafka headers.
StringDLT_EXCEPTION_FQCN
Exception class name for a record published sent to a dead-letter topic.
StringDLT_EXCEPTION_STACKTRACE
Exception stack trace for a record published to a dead-letter topic.
StringDLT_EXCEPTION_MESSAGE
Exception message for a record published to a dead-letter topic.
StringDLT_ORIGINAL_TOPIC
Original topic for a record published to a dead-letter topic.
StringDLT_ORIGINAL_PARTITION
Original partition for a record published to a dead-letter topic.
StringDLT_ORIGINAL_OFFSET
Original offset for a record published to a dead-letter topic.
StringDLT_ORIGINAL_TIMESTAMP
Original timestamp for a record published to a dead-letter topic.
StringDLT_ORIGINAL_TIMESTAMP_TYPE
Original timestamp type for a record published to a dead-letter topic.