/AWS1/CL_KFKAPACHEKAFKACLUSTER¶
Details of an Apache Kafka Cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_apachekafkaclusterid TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The ID of the Apache Kafka cluster.
iv_bootstrapbrokerstring TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The bootstrap broker string of the Apache Kafka cluster.
Queryable Attributes¶
ApacheKafkaClusterId¶
The ID of the Apache Kafka cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APACHEKAFKACLUSTERID() |
Getter for APACHEKAFKACLUSTERID, with configurable default |
ASK_APACHEKAFKACLUSTERID() |
Getter for APACHEKAFKACLUSTERID w/ exceptions if field has n |
HAS_APACHEKAFKACLUSTERID() |
Determine if APACHEKAFKACLUSTERID has a value |
BootstrapBrokerString¶
The bootstrap broker string of the Apache Kafka cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOOTSTRAPBROKERSTRING() |
Getter for BOOTSTRAPBROKERSTRING, with configurable default |
ASK_BOOTSTRAPBROKERSTRING() |
Getter for BOOTSTRAPBROKERSTRING w/ exceptions if field has |
HAS_BOOTSTRAPBROKERSTRING() |
Determine if BOOTSTRAPBROKERSTRING has a value |