-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi @jaehyeon-kim , thank you for adding the series on setting up flink on aws + msk kafka access via iam.
I am using managed flink on was and trying to read from kafka msk and I am having an issue with this -
[org.apache.flink.kafka.shaded.org](http://org.apache.flink.kafka.shaded.org/).apache.commonconfig,ConfigException: Invalid value software
.amazon.msk.auth.iam.IAMClientCallbackHandler for configuration sasl.client.callback.handler.class: Class software.amazon.msk.auth.iam.IAMClientCallbackHandler could not be found
I am using this config in my connector sasl.client.callback.handler.class = software.amazon.msk.auth.iam.IAMClientCallbackHandler
I have packaged my jar(s) into a uber jar, I think I ll have to add this to the classpath differently on managed flink. Any ideas?
I saw you faced similar problems so I removed the flink-kafka-sql-connector jar and just added the flink-kafka-connector and it still failed.
Metadata
Metadata
Assignees
Labels
No labels