Skip to content

Commit 95739bc

Browse files
committed
Fixed comments
1 parent ae71078 commit 95739bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/io/kafbat/ui/service/KafkaClusterFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private ReactiveFailover<PrometheusClientApi> prometheusStorageClient(
176176
parseUrlList(storage.getPrometheus().getUrl()),
177177
url -> new PrometheusClientApi(new io.kafbat.ui.prometheus.ApiClient(webClient).setBasePath(url)),
178178
ReactiveFailover.CONNECTION_REFUSED_EXCEPTION_FILTER,
179-
"No live schemaRegistry instances available",
179+
"No live Prometheus instances available",
180180
ReactiveFailover.DEFAULT_RETRY_GRACE_PERIOD_MS
181181
);
182182
}

0 commit comments

Comments
 (0)