Hello,
am new to debezium and currently doing poc on this stuff,we have connector setting to include tables "Reddy.ORDERS, Reddy.ORDERS_LINE_ITEM, SVCREDDY.DEBEZIUM_SIGNAL"
we are getting below error
Caused by: io.debezium.DebeziumException: Online REDO LOG files or archive log files do not contain the offset scn 474823979341. Please perform a new snapshot.
we have increased archive redo log retention to 7 days and still getting error in 2 days after resetting offsets.
Further digging into debezium_signal,not sure why its doing incremental snapshot for all tables in reddy schema(reddy.*)
SQL> select * from
SVCREDDY .DEBEZIUM_SIGNAL;
ID TYPE
------------------------------------------ --------------------------------
DATA
--------------------------------------------------------------------------------
E5BFF41XXX execute-snapshot
{"data-collections": ["Reddy.*"],"type":"incremental"}
E5BFFXXX execute-snapshot
{"data-collections": ["Reddy.*"],"type":"incremental"}
any advise?Is it Normal?
Reddy