/AWS1/CL_LMDSELFMANAGEDKAFKA00¶
Specific configuration settings for a self-managed Apache Kafka event source.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_consumergroupid
TYPE /AWS1/LMDURI
/AWS1/LMDURI
¶
The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.
io_schemaregistryconfig
TYPE REF TO /AWS1/CL_LMDKAFKASCHREGCONFIG
/AWS1/CL_LMDKAFKASCHREGCONFIG
¶
Specific configuration settings for a Kafka schema registry.
Queryable Attributes¶
ConsumerGroupId¶
The identifier for the Kafka consumer group to join. The consumer group ID must be unique among all your Kafka event sources. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value. For more information, see Customizable consumer group ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONSUMERGROUPID() |
Getter for CONSUMERGROUPID, with configurable default |
ASK_CONSUMERGROUPID() |
Getter for CONSUMERGROUPID w/ exceptions if field has no val |
HAS_CONSUMERGROUPID() |
Determine if CONSUMERGROUPID has a value |
SchemaRegistryConfig¶
Specific configuration settings for a Kafka schema registry.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SCHEMAREGISTRYCONFIG() |
Getter for SCHEMAREGISTRYCONFIG |