You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Errors
I see the Jar "connect-transforms-6.1.1-ce.jar" in the class path
Thanks
The text was updated successfully, but these errors were encountered: