Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class not found after confluent-hub install #52

Open
ygueguin opened this issue Mar 30, 2022 · 0 comments
Open

Class not found after confluent-hub install #52

ygueguin opened this issue Mar 30, 2022 · 0 comments

Comments

@ygueguin
Copy link

Hi !

I tried to add a plugin on this docker image but when i run it i got a class not fond exception, can you help me ?

Dockerfile

FROM confluentinc/cp-enterprise-replicator-executable:6.1.1

RUN confluent-hub install --no-prompt confluentinc/connect-transforms:latest
COPY consumer.properties /etc/replicator/consumer.properties
COPY producer.properties /etc/replicator/producer.properties
COPY replication.properties /etc/replicator/replication.properties

Errors

Invalid value io.confluent.connect.transforms.Filter$Key for configuration transforms.topicFilterSourceApp.type: Class io.confluent.connect.transforms.Filter$Key could not be found.
Invalid value null for configuration transforms.topicFilterSourceApp.type: Not a Transformation

I see the Jar "connect-transforms-6.1.1-ce.jar" in the class path

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant