Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%External.Messaging.KafkaSettings

class %External.Messaging.KafkaSettings extends %External.Messaging.Settings

Settings to create Kafka clients (Consumer, Producer and AdminClient)

Property Inventory

Properties

property clientId as %String (MAXLEN = 1000) [ InitialExpression = "KafkaProducer" ];
Client Id for Kafka producer.
Property methods: clientIdDisplayToLogical(), clientIdGet(), clientIdIsValid(), clientIdLogicalToDisplay(), clientIdLogicalToOdbc(), clientIdNormalize(), clientIdSet()
property groupId as %String (MAXLEN = 1000);
Group id for Kafka consumer.
Property methods: groupIdDisplayToLogical(), groupIdGet(), groupIdIsValid(), groupIdLogicalToDisplay(), groupIdLogicalToOdbc(), groupIdNormalize(), groupIdSet()
property password as %String (MAXLEN = 1000);
Password used to create Kafka clients to the Kafka server.
Property methods: passwordDisplayToLogical(), passwordGet(), passwordIsValid(), passwordLogicalToDisplay(), passwordLogicalToOdbc(), passwordNormalize(), passwordSet()
property servers as %String (MAXLEN = 100) [ InitialExpression = "localhost:9092" ];
A comma separated list of host/port pairs to use for establishing the initial connection to the Kafka cluster.
Property methods: serversDisplayToLogical(), serversGet(), serversIsValid(), serversLogicalToDisplay(), serversLogicalToOdbc(), serversNormalize(), serversSet()
property username as %String (MAXLEN = 100);
User name used to create Kafka clients to the Kafka server.
Property methods: usernameDisplayToLogical(), usernameGet(), usernameIsValid(), usernameLogicalToDisplay(), usernameLogicalToOdbc(), usernameNormalize(), usernameSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab