-
Bug
-
Resolution: Done
-
Critical
-
1.0.0.Beta2
-
None
The field ts_usec is missing from the Kafka message received :
{ "schema": { "type": "struct", "fields": [...], "optional": false, "name": "dbserverchbenchbasic115.public.warehouse.Envelope" }, "payload": { "before": {...}, "after": {...}, "source": { "version": "0.10.0.Final", "connector": "postgresql", "name": "dbserverchbenchbasic115", "ts_ms": 1573398526187, "snapshot": "false", "db": "chbench", "schema": "public", "table": "warehouse", "txId": 615, "lsn": 23464464, "xmin": null }, "op": "u", "ts_ms": 1573398526188 } }
Same in 1.0.0.Beta2:
.... "source": { "version": "1.0.0.Beta2", "connector": "postgresql", "name": "dbserverchbenchbasic115", "ts_ms": 1573460042654, "snapshot": "false", "db": "chbench", "schema": "public", "table": "warehouse", "txId": 626, "lsn": 23481808, "xmin": null }, "op": "u", "ts_ms": 1573460042686 } }