Question : Kafka Event Listener and SASL_SSL/SCRAM auth client config #24074
Unanswered
fromcloudbase
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Not supported for now. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I tried by putting JAAS config under env variable but it is still not valid:
would be nice to have same options as we have under regular connector to override configs with a file and support jaas.config as we have here: https://github.com/trinodb/trino/blob/master/plugin/trino-kafka/src/main/java/io/trino/plugin/kafka/KafkaConfig.java#L161 |
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.
-
I try to configure kafka-event-listener with SASL_SSL and SCRAM auth and get the following error
A quick dive in plugin's code makes me think this AuthN method is not yet supported.
Neither can I find anything in plugin's doc on that topic (kafka-event-listener.client-config-overrides is poorly documented).
Any info on that matter will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions