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 configure connections in lenses v5 #13

Open
rotarur opened this issue Feb 17, 2022 · 3 comments
Open

cannot configure connections in lenses v5 #13

rotarur opened this issue Feb 17, 2022 · 3 comments

Comments

@rotarur
Copy link

rotarur commented Feb 17, 2022

I'm having this error when configuring connections in lenses v5:

cannot decode Connections, expected a map

the lenses provisioner is failing and the deployment is in error state.

I'm copying the default configs from this doc https://docs.lenses.io/5.0/configuration/dynamic/connect/ even though I'm having the issue.

Here is my config:

lenses:
    provision:
      enabled: true
      yaml:
        connections:
          kafka:
            tags: [ "kafka" ]
            templateName: KafkaConnect
            configurationObject:
              workers:
                - http://broker-1:8083
                - http://broker-2:8083
                - http://broker-3:8083
              # all metrics properties are optional
              metricsPort: 9581
              metricsType: JMX
              metricsSsl: false
@rotarur
Copy link
Author

rotarur commented Mar 25, 2022

is there anyone looking at this issue?

@rotarur
Copy link
Author

rotarur commented May 10, 2022

I see that there's no support on this project :(

@vaidx
Copy link

vaidx commented Jun 27, 2022

templateName must be Kafka instead of KafkaConnect if you need to add your kafka brokers.

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