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)
    • 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)