Closed aguaguilar1907 closed 6 months ago
Closed given it's duplicated by https://github.com/aws/aws-msk-iam-auth/issues/11
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Hello, I'm trying to use AWS managed Flink with pyflink. The purpose of this is to consume data from a kinesis, do some transformation and then load the data into redshift.
So, I'm using the following pom.xml in order to connect to MSK using IAM role.
The problem that I'm seeing is: there is no chance to connect to MSK using the following properties:
And the error is:
Any idea what could happening? I'm using Flink 1.18.0. Thanks!