Re: How to identify inserts/deletes/updates from CDC data

2019-02-21 Thread Rahul Singh
Your questions seem more appropriate  for the user list because you are trying to solve for use cases. On Feb 11, 2019, 6:48 AM -0500, Sreenivasulu Nallapati , wrote: > Hi, > I am parsing the commit log files and I could not able to segregate the > inserts/deletes/updates from the mutations. Is

How to identify inserts/deletes/updates from CDC data

2019-02-11 Thread Sreenivasulu Nallapati
Hi, I am parsing the commit log files and I could not able to segregate the inserts/deletes/updates from the mutations. Is there any way that we can identify the event that is executed from commit logs? Here is the partial code: public class CustomCommitLogReadHandler implements