oci_kafka_get_partition_skew
Detect partition skew in Kafka clusters by comparing leader distribution across brokers. Identify imbalances above a 1.5 skew ratio that degrade performance.
Instructions
Detect partition imbalance across brokers.
Checks if partitions are evenly distributed across brokers (as leaders). A skew ratio > 1.5 indicates significant imbalance that may cause performance degradation.
Args: topic_name: Optional topic to check. If not provided, checks all topics.
Returns skew ratio, per-broker partition counts, and a recommendation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |