camel-kafka-connector
camel-kafka-connector copied to clipboard
Set replayId from kafka OffsetStorageReader
Hi Team,
We are using Camel Salesforce source connector, Camel kafka source connector starts from replayId config from connector config. I would like to start connector from the stored offset in kafka, reading it from offset storage reader and set replayId to this offset. My question is How can we set replayId programatically in camelSourcetask so that consumer read from saleaforce from the stoed offset instead of -2/-1? Please help