Hi everyone, Does anyone know if it is possible for the Checkpoint connector to be ahead of the Source connector?
For context, I have a target Kafka cluster that is reporting negative lag because the log end offset is 0 but the consumer group offset is 100. I have a tenuous theory that this could be caused in the followng sequence of events: - Offset is translated. - Messages in topic are cleaned up before being replicated. Does this sound possible? Any insight would be greatly appreciated. Kind regards Harry