Package org.apache.camel.component.kafka
Class KafkaConstants
- java.lang.Object
-
- org.apache.camel.component.kafka.KafkaConstants
-
public final class KafkaConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEADERSstatic StringKAFKA_DEFAULT_DESERIALIZERstatic StringKAFKA_DEFAULT_ENCODERDeprecated.static StringKAFKA_DEFAULT_PARTITIONERstatic StringKAFKA_DEFAULT_SERIALIZERstatic StringKAFKA_RECORDMETAstatic StringKAFKA_STRING_ENCODERDeprecated.static StringKEYstatic StringLAST_POLL_RECORDstatic StringLAST_RECORD_BEFORE_COMMITstatic StringMANUAL_COMMITstatic StringOFFSETstatic StringOVERRIDE_TIMESTAMPstatic StringOVERRIDE_TOPICstatic StringPARTITIONstatic StringPARTITION_KEYstatic StringPARTITIONER_RANGE_ASSIGNORstatic StringTIMESTAMPstatic StringTOPIC
-
-
-
Field Detail
-
PARTITION_KEY
public static final String PARTITION_KEY
- See Also:
- Constant Field Values
-
PARTITION
public static final String PARTITION
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
TOPIC
public static final String TOPIC
- See Also:
- Constant Field Values
-
OVERRIDE_TOPIC
public static final String OVERRIDE_TOPIC
- See Also:
- Constant Field Values
-
OFFSET
public static final String OFFSET
- See Also:
- Constant Field Values
-
HEADERS
public static final String HEADERS
- See Also:
- Constant Field Values
-
LAST_RECORD_BEFORE_COMMIT
public static final String LAST_RECORD_BEFORE_COMMIT
- See Also:
- Constant Field Values
-
LAST_POLL_RECORD
public static final String LAST_POLL_RECORD
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
OVERRIDE_TIMESTAMP
public static final String OVERRIDE_TIMESTAMP
- See Also:
- Constant Field Values
-
KAFKA_DEFAULT_ENCODER
@Deprecated public static final String KAFKA_DEFAULT_ENCODER
Deprecated.- See Also:
- Constant Field Values
-
KAFKA_STRING_ENCODER
@Deprecated public static final String KAFKA_STRING_ENCODER
Deprecated.- See Also:
- Constant Field Values
-
KAFKA_DEFAULT_SERIALIZER
public static final String KAFKA_DEFAULT_SERIALIZER
- See Also:
- Constant Field Values
-
KAFKA_DEFAULT_DESERIALIZER
public static final String KAFKA_DEFAULT_DESERIALIZER
- See Also:
- Constant Field Values
-
KAFKA_DEFAULT_PARTITIONER
public static final String KAFKA_DEFAULT_PARTITIONER
- See Also:
- Constant Field Values
-
PARTITIONER_RANGE_ASSIGNOR
public static final String PARTITIONER_RANGE_ASSIGNOR
- See Also:
- Constant Field Values
-
KAFKA_RECORDMETA
public static final String KAFKA_RECORDMETA
- See Also:
- Constant Field Values
-
MANUAL_COMMIT
public static final String MANUAL_COMMIT
- See Also:
- Constant Field Values
-
-