Neo4j sink using CDC source id strategy update not working
Hi all, Need your support. I am trying to use cdc with source id strategy and it's working fine with create and delete but not working with update. Update is working as a new node without updating old one with new declared label at configuration, but...