Allow manually disabled trigger to resume without resume token
I am filing a feature request for the option to: Disable a trigger manually and be able to restart it without using a resume token (i.e. such that DB events that occurred while it was disabled will be ignored by the trigger, and it will simply start listening for new events upon restart).
-
Shwetha commented
At least an option to allow user to configure seems very much essential. By default it can be set to resume from stored token. But an option to start from fresh is very much needed in cases where there are millions of records that doesn't require the trigger functions to run every time a data migration is performed.
-
Brendan commented
A temporary measure to let us know that triggers will continue from where the trigger left off seems essential.