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-unsubscr...@camel.apache.org.apache.org

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

Reply via email to