I am trying track changes to a table via SymmetricDS (v3.7.32), use two specific columns and route them to another table on the same node.
I've added the trigger, router and trigger_router records, and my trigger seems to be working as I can see the record appearing in sym_data, however even with a table of exactly the same format, the table is not being loaded.
I cannot see relevant batches in sym_incoming_batch on the same server, which I assume I should from the same channel.
I have other tables being replicated, so the config is all correct, I am not seeing any errors on the batch, but nothing seems to be happening on the router side, though in sym_data_event, I can see that the record has the correct router_id ... it just doesn't seem to be doing anything.
Can anyone shed any light on this issue for me?