Class KafkaProperties.Streams
java.lang.Object
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
- Enclosing class:
- KafkaProperties
High (and some medium) priority Streams properties and a general properties bucket.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSsl()
boolean
void
setApplicationId
(String applicationId) void
setAutoStartup
(boolean autoStartup) void
setBootstrapServers
(List<String> bootstrapServers) void
setCacheMaxSizeBuffering
(DataSize cacheMaxSizeBuffering) void
setClientId
(String clientId) void
setReplicationFactor
(Integer replicationFactor) void
setStateDir
(String stateDir)
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
getSsl
-
getSecurity
-
getCleanup
-
getApplicationId
-
setApplicationId
-
isAutoStartup
public boolean isAutoStartup() -
setAutoStartup
public void setAutoStartup(boolean autoStartup) -
getBootstrapServers
-
setBootstrapServers
-
getCacheMaxSizeBuffering
-
setCacheMaxSizeBuffering
-
getClientId
-
setClientId
-
getReplicationFactor
-
setReplicationFactor
-
getStateDir
-
setStateDir
-
getProperties
-
buildProperties
-