You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, processing Debezium Avro data requires manually parsing operation types and primary keys, which increases development complexity. KSQL’s KTable provides a streamlined way to handle CDC data by automatically managing inserts, updates, and deletes based on a primary key. Adding similar functionality to Arroyo would greatly simplify the processing of CDC data.