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

Debezium tests fail with NoSuchMethodException #5110

Closed
jamesnetherton opened this issue Jul 21, 2023 · 1 comment
Closed

Debezium tests fail with NoSuchMethodException #5110

jamesnetherton opened this issue Jul 21, 2023 · 1 comment
Assignees
Labels
area/testing bug Something isn't working test
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Bug description

Quarkus has upgraded to Kafka 3.5.0, but the version of Debezium we use aligns with 3.4.0.

Kafka 3.5.0 Seems to be supported in Debezium 2.4.x, but there is only an alpha release at present.

 Unable to instantiate OffsetBackingStore class 'org.apache.kafka.connect.storage.FileOffsetBackingStore': java.lang.NoSuchMethodException: org.apache.kafka.connect.storage.FileOffsetBackingStore.<init>()
 	at java.base/java.lang.Class.getConstructor0(Class.java:3585)
 	at java.base/java.lang.Class.getDeclaredConstructor(Class.java:2754)
 	at io.debezium.embedded.EmbeddedEngine.run(EmbeddedEngine.java:732)
 	at io.debezium.embedded.ConvertingEngineBuilder$2.run(ConvertingEngineBuilder.java:229)
 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
 	at java.base/java.lang.Thread.run(Thread.java:833)
@jamesnetherton jamesnetherton added the bug Something isn't working label Jul 21, 2023
zbendhiba pushed a commit to zbendhiba/camel-quarkus that referenced this issue Aug 31, 2023
@jamesnetherton jamesnetherton changed the title [Quarkus 3.3.0] Debezium tests fail with NoSuchMethodException Debezium tests fail with NoSuchMethodException Sep 1, 2023
@jamesnetherton jamesnetherton self-assigned this Jan 24, 2024
@jamesnetherton jamesnetherton added this to the 3.7.0 milestone Jan 24, 2024
@jamesnetherton
Copy link
Contributor Author

Fixed in #5674.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing bug Something isn't working test
Projects
None yet
Development

No branches or pull requests

1 participant