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
3 stars 149 forks source link

Metadata expanding request #141

Open egecankarakas opened 7 years ago

egecankarakas commented 7 years ago

Hi,

Currently i am using json version and when i listen to kafka topics, I see values that are mapped as {'columnName':{'columnType':'value'}. I was wondering if it is possible to see the metadata(operation type as insert,update,delete etc. and if it is update something like a 'before' field) regarding to the transaction?

Thanks, Egecan

adrianovinhas-zz commented 7 years ago

Hi, I would be interested on a similar feature as well. Are there any plans (or not) to develop this feature? If not, what are the constraints/restrictions for that?

Thanks in advance, Adriano