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

    • getAuthorization

      public pl.allegro.tech.hermes.common.config.KafkaAuthorizationProperties getAuthorization()
    • setAuthorization

      public void setAuthorization(pl.allegro.tech.hermes.common.config.KafkaAuthorizationProperties authorization)
    • getDatacenter

      public String getDatacenter()
    • setDatacenter

      public void setDatacenter(String datacenter)
    • getClusterName

      public String getClusterName()
    • setClusterName

      public void setClusterName(String clusterName)
    • isEnabled

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

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

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

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

      public String getPassword()
      Specified by:
      getPassword 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)