-
Task
-
Resolution: Done
-
Major
-
1.6.1.Final
-
None
the debezium version is 1.6
my connector config is :
curl -H "Content-Type:application/json" -XPOST 'http://10.244.1.50:8083/connectors' -d '{
"name": "test",
"config":
}'
and the data result is :
{{ "before": null, "after":
{ "id": 35, "name": "aa" }, "source": { "version": "1.6.1.Final", "connector": "mysql", "name": "test", "ts_ms": 1632652549000, "snapshot": "false", "db": "test", "sequence": null, "table": "persons", "server_id": 2008, "gtid": null, "file": "mysql-bin.000004", "pos": 5247737, "row": 0, "thread": null, "query": null }, "op": "c", "ts_ms": 1632652549833, "transaction": null}
I want to konw ,why has no schema and payload?
thanks