Class KafkaProperties.Streams

java.lang.Object
org.springframework.boot.autoconfigure.kafka.KafkaProperties.Streams
Enclosing class:
KafkaProperties

public static class KafkaProperties.Streams extends Object
High (and some medium) priority Streams properties and a general properties bucket.
  • Constructor Details

    • Streams

      public Streams()
  • Method Details

    • getSsl

      public KafkaProperties.Ssl getSsl()
    • getSecurity

      public KafkaProperties.Security getSecurity()
    • getCleanup

      public KafkaProperties.Cleanup getCleanup()
    • getApplicationId

      public String getApplicationId()
    • setApplicationId

      public void setApplicationId(String applicationId)
    • isAutoStartup

      public boolean isAutoStartup()
    • setAutoStartup

      public void setAutoStartup(boolean autoStartup)
    • getBootstrapServers

      public List<String> getBootstrapServers()
    • setBootstrapServers

      public void setBootstrapServers(List<String> bootstrapServers)
    • getCacheMaxSizeBuffering

      @DeprecatedConfigurationProperty(replacement="spring.kafka.streams.state-store-cache-max-size", since="3.1.0") @Deprecated(since="3.1.0", forRemoval=true) public DataSize getCacheMaxSizeBuffering()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCacheMaxSizeBuffering

      @Deprecated(since="3.1.0", forRemoval=true) public void setCacheMaxSizeBuffering(DataSize cacheMaxSizeBuffering)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getStateStoreCacheMaxSize

      public DataSize getStateStoreCacheMaxSize()
    • setStateStoreCacheMaxSize

      public void setStateStoreCacheMaxSize(DataSize stateStoreCacheMaxSize)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getReplicationFactor

      public Integer getReplicationFactor()
    • setReplicationFactor

      public void setReplicationFactor(Integer replicationFactor)
    • getStateDir

      public String getStateDir()
    • setStateDir

      public void setStateDir(String stateDir)
    • getProperties

      public Map<String,String> getProperties()
    • buildProperties

      public Map<String,Object> buildProperties(SslBundles sslBundles)