ConduitIO / conduit-connector-generator

Conduit connector able to generate sample records
Apache License 2.0
2 stars 2 forks source link

Feature: Make the source resumable when the number of records is defined #19

Open hariso opened 2 years ago

hariso commented 2 years ago

Feature description

Currently, if the generator is restarted, it will start generating the data from scratch (e.g. if it's configured to generate 100 records, you restart it after the 30th, then it will start generating from record 1, and the end result will be 130 records).

It would be good to make the generator source resumable, when the number of is defined (since it's also possible to generate records without a limit on the number).

neovintage commented 2 years ago

Not a burning issue but would be nice to be consistent.