We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2955d91 commit 8d0e0f7Copy full SHA for 8d0e0f7
e2e-tests/src/main/java/io/kafbat/ui/variables/Url.java
@@ -6,6 +6,6 @@ public interface Url {
6
String TOPICS_LIST_URL = "http://%s:8080/ui/clusters/local/all-topics";
7
String CONSUMERS_LIST_URL = "http://%s:8080/ui/clusters/local/consumer-groups";
8
String SCHEMA_REGISTRY_LIST_URL = "http://%s:8080/ui/clusters/local/schemas";
9
- String KAFKA_CONNECT_LIST_URL = "http://%s:8080/ui/clusters/local/connectors";
+ String KAFKA_CONNECT_LIST_URL = "http://%s:8080/ui/clusters/local/kafka-connect/connectors";
10
String KSQL_DB_LIST_URL = "http://%s:8080/ui/clusters/local/ksqldb/tables";
11
}
0 commit comments