awslabs / kinesis-kafka-connector

kinesis-kafka-connector is connector based on Kafka Connect to publish messages to Amazon Kinesis streams or Amazon Kinesis Firehose.
Apache License 2.0
153 stars 91 forks source link

Create connector in MSK Connect #80

Closed nenne70 closed 1 year ago

nenne70 commented 1 year ago

Hi

I am trying to create a connector in MSK Connect. I can build and upload the jar file to the s3 bucket, and also create the connector. I have created policies and kinesis delivery stream, configured the connector. But it never goes from Creating to Active. If I check the logs I can see this error:

[Worker-0fd08a85da694a139] java.lang.NoClassDefFoundError: com/amazonaws/services/kinesisfirehose/model/AmazonKinesisFirehoseException

What am I missing, or is this not possible to run in MSK Connect?

nenne70 commented 1 year ago

Created a zip-folder with libs and the built jar-file, now the connector starts (but it fails reaching Kinesis), but I assume that is not related.