public class StreamsConfig extends AbstractConfig
Modifier and Type | Class and Description |
---|---|
static class |
StreamsConfig.InternalConfig |
Constructor and Description |
---|
StreamsConfig(Map<?,?> props) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getConsumerConfigs(StreamThread streamThread,
String groupId,
String clientId) |
Map<String,Object> |
getProducerConfigs(String clientId) |
Map<String,Object> |
getRestoreConsumerConfigs(String clientId) |
Serde |
keySerde() |
static void |
main(String[] args) |
Serde |
valueSerde() |
equals, get, getBoolean, getClass, getConfiguredInstance, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, originals, originalsStrings, originalsWithPrefix, unused, values
public static final String STATE_DIR_CONFIG
state.dir
public static final String ZOOKEEPER_CONNECT_CONFIG
zookeeper.connect
public static final String COMMIT_INTERVAL_MS_CONFIG
commit.interval.ms
public static final String POLL_MS_CONFIG
poll.ms
public static final String NUM_STREAM_THREADS_CONFIG
num.stream.threads
public static final String NUM_STANDBY_REPLICAS_CONFIG
num.standby.replicas
public static final String BUFFERED_RECORDS_PER_PARTITION_CONFIG
buffered.records.per.partition
public static final String STATE_CLEANUP_DELAY_MS_CONFIG
state.cleanup.delay
public static final String TIMESTAMP_EXTRACTOR_CLASS_CONFIG
timestamp.extractor
public static final String PARTITION_GROUPER_CLASS_CONFIG
partition.grouper
public static final String APPLICATION_ID_CONFIG
application.id
public static final String APPLICATION_ID_DOC
public static final String REPLICATION_FACTOR_CONFIG
replication.factor
public static final String REPLICATION_FACTOR_DOC
public static final String KEY_SERDE_CLASS_CONFIG
key.serde
public static final String KEY_SERDE_CLASS_DOC
public static final String VALUE_SERDE_CLASS_CONFIG
value.serde
public static final String VALUE_SERDE_CLASS_DOC
public static final String METRICS_SAMPLE_WINDOW_MS_CONFIG
metrics.sample.window.ms
public static final String METRICS_NUM_SAMPLES_CONFIG
metrics.num.samples
public static final String METRIC_REPORTER_CLASSES_CONFIG
metric.reporters
public static final String BOOTSTRAP_SERVERS_CONFIG
bootstrap.servers
public static final String CLIENT_ID_CONFIG
client.id
public StreamsConfig(Map<?,?> props)