Closed lariskovski closed 1 year ago
We saw similar behavior when Crossplane was not able to communicate with our Kafka clusters. Are you able to reproduce this with the Kafka setup we recommend here? Or anything indicating a communication problem on your Kafka cluster side?
The error in topic creation is:
Message: observe failed: cannot get topic spec from topic client: cannot list topics: EOF
There's any config to talk with Kafka confluent SASL?
Thank you
SASL/PLAIN is the only mechanism we wrote and currently support in the project.
@jograca thanks for your attention.
We were able to make it work with Confluent using with the insecureSkipVerify
:
{
"brokers":[
"xxxxx"
],
"sasl":{
"mechanism":"PLAIN",
"username":"yyyy",
"password":"zzzz"
},
"tls": {
"insecureSkipVerify": true
}
}
What happened?
After following the documentation I expected to be able to deploy a topic resource. Instead I keep getting the erros below on the kafka-provider's logs:
topic.yaml
How can we reproduce it?
I followed the README steps, deployed the topic resource and looked for the provider logs
What environment did it happen in?
Crossplane version: helm.sh/chart: crossplane-1.7.0 Kubernetes distribution: GKE 1.21 Kafka: Confluent Cluster