Goal:- Insert/update should be replicated from source to target.
I was able to do the following:-
Source Table -> Kafka Connector -> Altered the topic so that it is set to "Compact" -> Subsequent records have the updated value => KC { Topic } =>Target ( Here every record is getting inserted as a stream ).
Please advise if it is possible to push the changes from a Table to Target as Unique rows instead of as a stream. Thank you so much.
Source
ID Name
=======
1 Test 1
Update Source
ID Name
=======
1 Test 2
At KSQL with compact enabled on table
At Target I am getting two rows