Skip to content

Cannot create connectors for connect cluster named “connect” #6

@kinghuang

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.

screen shot 2018-05-09 at 3 05 55 pm

screen shot 2018-05-09 at 3 07 51 pm

Changing the cluster name to something else (I tried dev and something) both work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions