-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error when creating sink connector with BytesToString$Value
transforms
#94
Comments
@moreiravictor What version did you use? Do you see a guava-*.jar in that directory? |
I used version |
I'm also experiencing the same issue. |
@jcustenborder added some more info to the issue! |
@moreiravictor @felipemotarocha Try adding guava-31.1-jre to that directory. Let me know if that resolves the issue. |
What directory specifically is that? |
Correct. It should sit right next to the kafka-connect-transform-common.jar |
I have the same issue but using the com.github.jcustenborder.kafka.connect.transform.common.ChangeCase$Value class. |
Hi @jcustenborder Its working when we add this but a small request, can we add this in the repo again. I see in 0.1.0.54 we have this jar in the lib folder but in the latest we removed it. Any specific reason for removing it? |
I installed the plugin via manual process as written on the docs here and then tried to create the new connector with the following body (note that the importante fields are the last ones):
Once I execute the POST in order to create the connector I receive the errer as follows:
and on kafka-connect logs we can see the logs below:
error:
plugin being loaded by jdbcSink:
Important to note that we used the compiled files and put it into the
plugin.path
on kafka connect:Can someone please help me with that? I have no clues on what to do right now (also tried installing an older version but build throws me some errors as well)
The text was updated successfully, but these errors were encountered: