confluentinc / bottledwater-pg

Change data capture from PostgreSQL into Kafka
http://blog.confluent.io/2015/04/23/bottled-water-real-time-integration-of-postgresql-and-kafka/
Apache License 2.0
2 stars 0 forks source link

DML operation description #144

Open mkemalm opened 6 years ago

mkemalm commented 6 years ago

Hello. when I look at the kafka messages I can't see the DML operation type(is it insert or update) Also it writes null for delete operations. I can see only inserted or updated values. Am I missing something?

Thanks.