-
Bug
-
Resolution: Done
-
Major
-
1.8.0.Final
-
None
-
False
-
False
-
1.8.0.Final
-
-
Hello, i found the problem as bellow, please help me to check that.
Thanks!
Postgres debezium send wrong value of column has default NULL::::character varying in kafka message.
Kafka message:
{
...
"payload": {
"before": null,
"after": {
"test_id": "7",
"bill_flag": "NULL::character varying"
},
"source": {
"version": "1.8.0.Final",
"snapshot": "false",
"sequence": "[\"95037292864\",\"95037292920\"]",
"txId": 284791,
"lsn": 95037292920,
"xmin": null,
...
},
"op": "c",
"ts_ms": 1644486606597,
"transaction": null
}
}