oci_kafka_detect_under_replicated_partitions
Detects Kafka partitions where in-sync replica count is less than the configured replica count, indicating data durability risks from broker failures or network issues.
Instructions
Detect partitions where the in-sync replica (ISR) count is less than the replica count.
Under-replicated partitions indicate potential data durability risks. This can be caused by broker failures, network issues, or disk problems.
Returns the total partition count, under-replicated count, and details of each affected partition including which replicas are missing from ISR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |