Class KafkaProperties.Streams
java.lang.Object
org.springframework.boot.kafka.autoconfigure.KafkaProperties.Streams
- Enclosing class:
KafkaProperties
High (and some medium) priority Streams properties and a general properties bucket.
- Since:
- 4.0.0
- Author:
- Gary Russell, Stephane Nicoll, Artem Bilan, Nakul Mishra, Tomaz Fernandes, Andy Wilkinson, Scott Frederick, Yanming Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
@Nullable Integer
getSsl()
@Nullable String
@Nullable DataSize
boolean
void
setApplicationId
(@Nullable String applicationId) void
setAutoStartup
(boolean autoStartup) void
setBootstrapServers
(@Nullable List<String> bootstrapServers) void
setClientId
(@Nullable String clientId) void
setReplicationFactor
(@Nullable Integer replicationFactor) void
setStateDir
(@Nullable String stateDir) void
setStateStoreCacheMaxSize
(@Nullable DataSize stateStoreCacheMaxSize)
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
getSsl
-
getSecurity
-
getCleanup
-
getApplicationId
-
setApplicationId
-
isAutoStartup
public boolean isAutoStartup() -
setAutoStartup
public void setAutoStartup(boolean autoStartup) -
getBootstrapServers
-
setBootstrapServers
-
getStateStoreCacheMaxSize
-
setStateStoreCacheMaxSize
-
getClientId
-
setClientId
-
getReplicationFactor
-
setReplicationFactor
-
getStateDir
-
setStateDir
-
getProperties
-
buildProperties
-