Hello folks,
Is there a way to trigger a clear of the store and forward automatically ?
Here's my use case: I might try to push to the historian records that it already has.
It seems much simpler to just try, and clean whatever wasn't inserted because of a duplicate pk, rather than comparing whatever I'm receiving to what's already there and filtering out duplicates.
Filtering these out, in my particular case, is more complex than it may sound at first, because of how the source I need to synchronize to is set up.