Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kinghuang opened this issue May 9, 2018 · 1 comment
Open

Comments

@kinghuang
Copy link

kinghuang commented May 9, 2018

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.

@jglambed
Copy link

jglambed commented May 9, 2018

Hi @kinghuang .
Thank you for reporting this issue.
Indeed connect is not valid a valid cluster name at the moment and it is resulting in the above UI errors.

We are planning to fix this in the upcoming release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants