Adding custom transformer plugin doesn't work. #8497
Unanswered
fathimaSheikh
asked this question in
Q&A
Replies: 1 comment
-
Looks like the image was not picked up right. After starting from scratch, the above issue is resolved now. And now I see a different problem.
Any ideas what's wrong with the connector.yaml? Tried adding an escape character" But I get error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a kafka connect cluster for confluent S3SinkConnector using Strimzi operator. I have some custom Transformations which I'm trying to add on top of Strimzi docker image, but the operator complains that no such transform class was found.
In the connector deployment logs, I see my Transformation class being loaded but the Strimzi operator logs complain that no such class is found.
Here's my docker file:
Here are logs from connector deployed.
Here's my Strimzi_operator yaml:
And finally the connector.yaml
Error logs from Strimzi operator:
Could someone help me understand what's wrong with my configuration for Strimzi?
maybe point me to some documentation about adding custom transformations plugin.
Beta Was this translation helpful? Give feedback.
All reactions