You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(flowable): do not gate pg dest logic by pg source (#4483)
Postgres destination mirrors store metadata on the destination PG peer
instead of catalog. We handle this logic for PG to PG mirrors but not
MySQL to PG or Mongo to PG.
This PR extends this logic to fix CDC for those mirrors too, by only
checking if destination is PG regardless of what source is
0 commit comments