Set checkConditionWhenQueued
setting to true
to call the condition function of a query on every binlog row change event. By default (when undefined or false
), the condition function will not be called again when a query is already queued to be refreshed. Enabling this can be useful if external caching of row changes.
Addresses #16