K
- The key deserializer typeV
- The value deserializer typepublic abstract class AbstractKafkaConfiguration<K,V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_BOOTSTRAP_SERVERS
The default bootstrap server address.
|
static int |
DEFAULT_KAFKA_PORT
The default kafka port.
|
static java.lang.String |
EMBEDDED
The property to use to enable embedded Kafka.
|
static java.lang.String |
EMBEDDED_TOPICS
The topics that should be created.
|
static java.lang.String |
PREFIX
The default prefix used for Kafka configuration.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractKafkaConfiguration(java.util.Properties config)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getConfig() |
public static final int DEFAULT_KAFKA_PORT
public static final java.lang.String PREFIX
public static final java.lang.String EMBEDDED
public static final java.lang.String EMBEDDED_TOPICS
public static final java.lang.String DEFAULT_BOOTSTRAP_SERVERS