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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpl.allegro.tech.hermes.common.config.KafkaAuthenticationPropertiesbooleanvoidsetAuthentication(pl.allegro.tech.hermes.common.config.KafkaAuthenticationProperties authentication) voidsetAuthorization(pl.allegro.tech.hermes.common.config.KafkaAuthenticationProperties authorization) Deprecated.voidsetBrokerList(String brokerList) voidsetClusterName(String clusterName) voidsetDatacenter(String datacenter)
-
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
- Specified by:
getDatacenterin interfacepl.allegro.tech.hermes.common.kafka.KafkaParameters
-
setDatacenter
-
getClusterName
-
setClusterName
-
isAuthenticationEnabled
public boolean isAuthenticationEnabled()- Specified by:
isAuthenticationEnabledin interfacepl.allegro.tech.hermes.common.kafka.KafkaParameters
-
getAuthenticationMechanism
- Specified by:
getAuthenticationMechanismin interfacepl.allegro.tech.hermes.common.kafka.KafkaParameters
-
getAuthenticationProtocol
- Specified by:
getAuthenticationProtocolin interfacepl.allegro.tech.hermes.common.kafka.KafkaParameters
-
getBrokerList
- Specified by:
getBrokerListin interfacepl.allegro.tech.hermes.common.kafka.KafkaParameters
-
setBrokerList
-
getJaasConfig
- Specified by:
getJaasConfigin interfacepl.allegro.tech.hermes.common.kafka.KafkaParameters
-