jakubmalek commented on issue #1662: URL: https://github.com/apache/camel-kafka-connector/issues/1662#issuecomment-2278099954
The problem is that `CheckpointStore` requires `OffsetStoreReader` that can be obtained only during task startup. As I understand I can define a bean with something like this: `#class:org.apache.camel.kafkaconnector.azureeventhubssource.checkpoint.EventHubOffsetCheckpointStore` But I'm not sure how can I initialize it, in `CamelSourceTask` with `SourceTaskContext` during task startup. Another problem is how to apply `sourcePartition` and `sourceOffset` to created `SourceRecord` which is needed to store the checkpoints in the topic. -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org