You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/07/21 06:35:39 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue, #5110: [Quarkus 3.3.0] Debezium tests fail with NoSuchMethodException

jamesnetherton opened a new issue, #5110:
URL: https://github.com/apache/camel-quarkus/issues/5110

   ### 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)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Debezium tests fail with NoSuchMethodException [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5110:
URL: https://github.com/apache/camel-quarkus/issues/5110#issuecomment-1908580248

   Fixed in https://github.com/apache/camel-quarkus/pull/5674.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Debezium tests fail with NoSuchMethodException [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5110: Debezium tests fail with NoSuchMethodException
URL: https://github.com/apache/camel-quarkus/issues/5110


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org