@ConfigurationProperties(value="embedded.kafka") public class KafkaConfigurationProperties extends CommonContainerProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaConfigurationProperties.FileSystemBind |
CommonContainerProperties.CopyFileProperties, CommonContainerProperties.MountVolume| Modifier and Type | Field and Description |
|---|---|
protected String |
brokerList |
protected int |
brokerPort |
protected int |
bufferSize |
protected String |
containerBrokerList |
protected int |
containerBrokerPort |
protected int |
controllerSocketTimeoutMs |
protected String |
dockerImageVersion |
protected String |
dockerUser
Default Dockerfile USER since 6.0.0 (was root before)
|
protected KafkaConfigurationProperties.FileSystemBind |
fileSystemBind |
static String |
KAFKA_BEAN_NAME |
static String |
KAFKA_PASSWORD |
static String |
KAFKA_USER |
protected int |
logFlushIntervalMs |
protected int |
offsetsTopicReplicationFactor |
protected int |
replicaSocketTimeoutMs |
protected int |
saslPlaintextBrokerPort |
protected int |
socketTimeoutMs |
protected Collection<String> |
topicsToCreate |
| Constructor and Description |
|---|
KafkaConfigurationProperties() |
canEqual, equals, getCapabilities, getCommand, getEnv, getFilesToInclude, getMountVolumes, getTimeoutDuration, getWaitTimeoutInSeconds, hashCode, isEnabled, isReuseContainer, isUsePullAlwaysPolicy, setCapabilities, setCommand, setEnabled, setEnv, setFilesToInclude, setMountVolumes, setReuseContainer, setUsePullAlwaysPolicy, setWaitTimeoutInSeconds, toStringpublic static final String KAFKA_BEAN_NAME
public static final String KAFKA_USER
public static final String KAFKA_PASSWORD
protected String brokerList
protected String containerBrokerList
protected int brokerPort
protected int containerBrokerPort
protected int saslPlaintextBrokerPort
protected int socketTimeoutMs
protected int bufferSize
protected String dockerImageVersion
protected String dockerUser
protected Collection<String> topicsToCreate
protected final transient int offsetsTopicReplicationFactor
protected final transient int logFlushIntervalMs
protected final transient int replicaSocketTimeoutMs
protected final transient int controllerSocketTimeoutMs
protected KafkaConfigurationProperties.FileSystemBind fileSystemBind
Copyright © 2022. All rights reserved.