/AWS1/CL_KFCAPACHEKAFKACLUSTER¶
The details of the Apache Kafka cluster to which the connector is connected.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_bootstrapservers TYPE /AWS1/KFC__STRING /AWS1/KFC__STRING¶
The bootstrap servers of the cluster.
io_vpc TYPE REF TO /AWS1/CL_KFCVPC /AWS1/CL_KFCVPC¶
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
Queryable Attributes¶
bootstrapServers¶
The bootstrap servers of the cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOOTSTRAPSERVERS() |
Getter for BOOTSTRAPSERVERS, with configurable default |
ASK_BOOTSTRAPSERVERS() |
Getter for BOOTSTRAPSERVERS w/ exceptions if field has no va |
HAS_BOOTSTRAPSERVERS() |
Determine if BOOTSTRAPSERVERS has a value |
vpc¶
Details of an Amazon VPC which has network connectivity to the Apache Kafka cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPC() |
Getter for VPC |