@@ -145,28 +145,19 @@ class HealthChecker {
145145 // Check 5: Under-Replicated Partitions
146146 await this . checkUnderReplicatedPartitions ( topics , results ) ;
147147
148- // Check 6: Rack Awareness
149- await this . checkRackAwareness ( clusterInfo , topics , results ) ;
150-
151- // Check 7: Replica Distribution
152- await this . checkReplicaDistribution ( clusterInfo , topics , results ) ;
153-
154- // Check 8: Metrics Configuration
155- await this . checkMetricsEnabled ( clusterInfo , topics , results ) ;
156-
157- // Check 9: Logging Configuration
148+ // Check 6: Logging Configuration
158149 await this . checkLoggingConfiguration ( clusterInfo , topics , results ) ;
159150
160- // Check 10 : Authentication Configuration
151+ // Check 7 : Authentication Configuration
161152 await this . checkAuthenticationConfiguration ( clusterInfo , topics , results ) ;
162153
163- // Check 11 : Quotas Configuration
154+ // Check 8 : Quotas Configuration
164155 await this . checkQuotasConfiguration ( clusterInfo , topics , results ) ;
165156
166- // Check 12 : Payload Compression
157+ // Check 9 : Payload Compression
167158 await this . checkPayloadCompression ( clusterInfo , topics , results ) ;
168159
169- // Check 13 : Infinite Retention Policy
160+ // Check 10 : Infinite Retention Policy
170161 await this . checkInfiniteRetentionPolicy ( clusterInfo , topics , results ) ;
171162
172163 // TODO: Implement other Confluent Cloud specific checks
0 commit comments