Class KafkaProperties

  • All Implemented Interfaces:
    pl.allegro.tech.hermes.common.kafka.KafkaParameters

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

      • KafkaProperties

        public KafkaProperties()
    • Method Detail

      • getAuthorization

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

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

        public java.lang.String getDatacenter()
      • setDatacenter

        public void setDatacenter​(java.lang.String datacenter)
      • getClusterName

        public java.lang.String getClusterName()
      • setClusterName

        public void setClusterName​(java.lang.String clusterName)
      • isEnabled

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

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

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

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

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

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

        public void setBrokerList​(java.lang.String brokerList)