Class KafkaProperties

java.lang.Object
pl.allegro.tech.hermes.consumers.config.KafkaProperties
All Implemented Interfaces:
pl.allegro.tech.hermes.common.kafka.KafkaParameters

public class KafkaProperties extends Object implements pl.allegro.tech.hermes.common.kafka.KafkaParameters
  • Constructor Details

    • KafkaProperties

      public KafkaProperties()
  • Method Details

    • getAuthentication

      public pl.allegro.tech.hermes.common.config.KafkaAuthenticationProperties getAuthentication()
    • setAuthorization

      @Deprecated public void setAuthorization(pl.allegro.tech.hermes.common.config.KafkaAuthenticationProperties authorization)
      Deprecated.
    • setAuthentication

      public void setAuthentication(pl.allegro.tech.hermes.common.config.KafkaAuthenticationProperties authentication)
    • getDatacenter

      public String getDatacenter()
      Specified by:
      getDatacenter in interface pl.allegro.tech.hermes.common.kafka.KafkaParameters
    • setDatacenter

      public void setDatacenter(String datacenter)
    • getClusterName

      public String getClusterName()
    • setClusterName

      public void setClusterName(String clusterName)
    • isAuthenticationEnabled

      public boolean isAuthenticationEnabled()
      Specified by:
      isAuthenticationEnabled in interface pl.allegro.tech.hermes.common.kafka.KafkaParameters
    • getAuthenticationMechanism

      public String getAuthenticationMechanism()
      Specified by:
      getAuthenticationMechanism in interface pl.allegro.tech.hermes.common.kafka.KafkaParameters
    • getAuthenticationProtocol

      public String getAuthenticationProtocol()
      Specified by:
      getAuthenticationProtocol in interface pl.allegro.tech.hermes.common.kafka.KafkaParameters
    • getBrokerList

      public String getBrokerList()
      Specified by:
      getBrokerList in interface pl.allegro.tech.hermes.common.kafka.KafkaParameters
    • setBrokerList

      public void setBrokerList(String brokerList)
    • getJaasConfig

      public String getJaasConfig()
      Specified by:
      getJaasConfig in interface pl.allegro.tech.hermes.common.kafka.KafkaParameters