JiriOndrusek commented on pull request #1215: URL: https://github.com/apache/camel-quarkus/pull/1215#issuecomment-629201857
Debezium postgres is working in native with a restriction about offset store. Only supported stores in the extensions are: • MemoryOffsetBackingStore as "org.apache.camel.quarkus.component.debezium.postgres.graal.storage.NativeMemoryOffsetBackingStore" • FileOffsetBackingStore as "org.apache.camel.quarkus.component.debezium.postgres.graal.storage.NativeFileOffsetBackingStore" Users could add its own implementations. Difference from the "standard" component use are the names of the store providers and the fact that not all stores (which are part of kafka-runtime dependency works in native) - Here are stores in kafka-runtime https://github.com/apache/kafka/tree/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/storage Would this restriction be acceptable? (Probably it should be mentioned in some doc...) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
