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

How do i integrate this with the confluent connect container #67

Open ecasilla opened 2 years ago

ecasilla commented 2 years ago

When i build this container and run it doesn't boot up. Not sure if this is a confluent container issue but if I remove the sink jar it boots up fine with other connectors.

FROM confluentinc/cp-server-connect-base:6.2.0

ENV CONNECT_PLUGIN_PATH "/usr/share/java,/usr/share/confluent-hub-components"

COPY ./data/connect-jars /usr/share/confluent-hub-components/amazon-kinesis-kafka-connector
OneCricketeer commented 2 years ago

This is correct. What is the exact error that you get?

bdesert commented 2 years ago

what java version are you running with the maven when you build this jar? and if you add any output (error, trace, full log) it could help