Skip to content

Class not found after confluent-hub install #52

Open
@ygueguin

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions