We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
is there anyone looking at this issue?
Sorry, something went wrong.
I see that there's no support on this project :(
templateName must be Kafka instead of KafkaConnect if you need to add your kafka brokers.
templateName
Kafka
KafkaConnect
No branches or pull requests
I'm having this error when configuring connections in lenses v5:
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:
The text was updated successfully, but these errors were encountered: