You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Consumer Lag Threshold**: Flags groups exceeding lag threshold
450
+
-**Dead Consumer Groups**: Detects groups in DEAD state
451
+
-**Single-Partition High Throughput**: Flags 1-partition topics > 1MB/s
426
452
427
453
### Health Check Status
428
454
- ✅ **Pass**: Configuration is healthy and optimal
@@ -542,6 +568,20 @@ The tool includes comprehensive validation that will:
542
568
|-------|------|----------|-------------|
543
569
|`email`| string | No | Email address for generating report files. If not provided, no file output will be generated |
544
570
571
+
### Confluent Cloud ACL Analysis (Optional)
572
+
573
+
For enhanced ACL analysis on Confluent Cloud, provide resource API credentials and your Cluster ID. The REST endpoint is automatically derived from your broker host.
574
+
575
+
| Field | Type | Required | Where |
576
+
|-------|------|----------|-------|
577
+
|`confluent.resourceApiKey`| string | No | config file or CLI prompt |
578
+
|`confluent.resourceApiSecret`| string | No | config file or CLI prompt |
579
+
|`confluent.clusterId`| string | No | config file or CLI prompt |
580
+
581
+
Notes:
582
+
- The REST endpoint is inferred from your first broker in `kafka.brokers` (host portion, without port).
583
+
- If credentials are not provided, the Confluent ACL analysis is skipped.
584
+
545
585
## 🚨 Troubleshooting
546
586
547
587
### Common Issues
@@ -633,6 +673,15 @@ SuperStream Kafka Analyzer performs a comprehensive set of health checks on your
633
673
-**Quotas Configuration:** Checks if Kafka quotas are configured and being used.
634
674
-**Payload Compression:** Checks if payload compression is enabled on user topics.
635
675
-**Infinite Retention Policy:** Checks if any topics have infinite retention policy enabled.
676
+
-**Unclean Leader Election:** Detects if unclean.leader.election.enable is true.
677
+
-**ACL Enforcement:** Verifies authorizer.class.name and allow.everyone.if.no.acl.found settings.
678
+
-**Auto Topic Creation:** Detects if auto.create.topics.enable is true.
"_comment": "Confluent Cloud uses official connection methodology with SASL_SSL and PLAIN mechanism. Replace pkc-xxxxx.us-central1.gcp.confluent.cloud:9092 with your actual Confluent Cloud broker URL from your cluster overview. Use your API Key as username and API Secret as password."
24
+
"_comment": "Confluent Cloud uses official connection methodology with SASL_SSL and PLAIN mechanism. Replace pkc-xxxxx...:9092 with your actual broker URL. Use your API Key as username and API Secret as password. For ACL analysis, provide resource API credentials and Cluster ID (optional). The REST endpoint is derived from your broker host."
0 commit comments