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 String
HEADERS
static String
KAFKA_DEFAULT_DESERIALIZER
static String
KAFKA_DEFAULT_ENCODER
Deprecated.static String
KAFKA_DEFAULT_PARTITIONER
static String
KAFKA_DEFAULT_SERIALIZER
static String
KAFKA_RECORDMETA
static String
KAFKA_STRING_ENCODER
Deprecated.static String
KEY
static String
LAST_RECORD_BEFORE_COMMIT
static String
MANUAL_COMMIT
static String
OFFSET
static String
OVERRIDE_TOPIC
static String
PARTITION
static String
PARTITION_KEY
static String
PARTITIONER_RANGE_ASSIGNOR
static String
TIMESTAMP
static String
TOPIC
-
-
-
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
-
TIMESTAMP
public static final String 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
-
-