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.
Lenses doesn't seem to work with Connect clusters named “connect”. For example, given the following value for the
LENSES_CONNECT_CLUSTERSenvironment variable: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 theconnectcluster.Changing the cluster name to something else (I tried
devandsomething) both work.