/AWS1/CL_KFKDESCRTOPICRESPONSE¶
DescribeTopicResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_topicarn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The Amazon Resource Name (ARN) of the topic.
iv_topicname TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
The Kafka topic name of the topic.
iv_replicationfactor TYPE /AWS1/KFK__INTEGER /AWS1/KFK__INTEGER¶
The replication factor of the topic.
iv_partitioncount TYPE /AWS1/KFK__INTEGER /AWS1/KFK__INTEGER¶
The partition count of the topic.
iv_configs TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING¶
Topic configurations encoded as a Base64 string.
iv_status TYPE /AWS1/KFKTOPICSTATE /AWS1/KFKTOPICSTATE¶
The status of the topic.
Queryable Attributes¶
TopicArn¶
The Amazon Resource Name (ARN) of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICARN() |
Getter for TOPICARN, with configurable default |
ASK_TOPICARN() |
Getter for TOPICARN w/ exceptions if field has no value |
HAS_TOPICARN() |
Determine if TOPICARN has a value |
TopicName¶
The Kafka topic name of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICNAME() |
Getter for TOPICNAME, with configurable default |
ASK_TOPICNAME() |
Getter for TOPICNAME w/ exceptions if field has no value |
HAS_TOPICNAME() |
Determine if TOPICNAME has a value |
ReplicationFactor¶
The replication factor of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLICATIONFACTOR() |
Getter for REPLICATIONFACTOR, with configurable default |
ASK_REPLICATIONFACTOR() |
Getter for REPLICATIONFACTOR w/ exceptions if field has no v |
HAS_REPLICATIONFACTOR() |
Determine if REPLICATIONFACTOR has a value |
PartitionCount¶
The partition count of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTITIONCOUNT() |
Getter for PARTITIONCOUNT, with configurable default |
ASK_PARTITIONCOUNT() |
Getter for PARTITIONCOUNT w/ exceptions if field has no valu |
HAS_PARTITIONCOUNT() |
Determine if PARTITIONCOUNT has a value |
Configs¶
Topic configurations encoded as a Base64 string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGS() |
Getter for CONFIGS, with configurable default |
ASK_CONFIGS() |
Getter for CONFIGS w/ exceptions if field has no value |
HAS_CONFIGS() |
Determine if CONFIGS has a value |
Status¶
The status of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |