exasol / kafka-connector-extension

Exasol Kafka Extension for accessing Apache Kafka
MIT License
4 stars 7 forks source link

Add option for consuming ALL events as of start-of-import #32

Closed jwarlander closed 3 years ago

jwarlander commented 3 years ago

I'd like to be able to simply fetch all events from a topic, up until the latest offset in each partition that existed when the IMPORT started.

This option should override any record count triggers etc, and fully catch up on the topic from where the last import left off (or from the beginning of the topic if no previous data exists in the target table).