Hi,
I am looking for solution to implement FLAG=Y for any update happens to column which get replication from Goldengate to kafka in the after image section.
As part of the GG replication, we are receiving all the field in before and after section of the kafka message because the source table in log with all cols. it is creating the problem to identify which field got updated in after image.
So to identify, I am looking to implement logic which will set FLAG=Y for each field which got updated record and others will have FLAG=N or no flag in kafka after image section.