-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Lenses doesn't seem to work with Connect clusters named “connect”. For example, given the following value for the LENSES_CONNECT_CLUSTERS environment variable:
LENSES_CONNECT_CLUSTERS: |
[
{
name: "connect",
urls: [
{
url: "http://kafka-connect:8083"
}
],
statuses: "connect-status",
configs: "connect-config",
offsets: "connect-offset"
}
]
Attempting to create a new connector results in the New Connector page listing a cluster named connect-new, which doesn't exist. It is not possible to select the connect cluster.
Changing the cluster name to something else (I tried dev and something) both work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

