Kafka connector - security_protocol: does not have a value in the enumeration #28476
Unanswered
aleksandrpugachev
asked this question in
Connector Questions
Replies: 1 comment
-
Same Issue brother Did You find the solution for it, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!



I'm trying to move data from Kafka to ClickHouse but the connector return the error - security_protocol: does not have a value in the enumeration in first step after the next exception - JSON schema validation failed.
I use Yandex Cloud Managed Kafka (it require to use CA certificate https://cloud.yandex.com/en/docs/managed-kafka/operations/connect#get-ssl-cert)
CA certificate was installed to the trust store inside container.
My JAAS config look like
listener.name.sasl_ssl.scram-sha-512.sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required \ username="user" \ password="pass";
Full log here - e9b6f43b_4422_4455_8a4f_95ffe2a71226_logs_1366_txt.txt
All settings from AirByte UI:
Beta Was this translation helpful? Give feedback.
All reactions