-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Atlas Stream Processing Engine
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
The source connector currently exposes `clusterTime` (BSON Timestamp, second precision) on change-stream records but not `wallTime`, the millisecond-precision wall-clock timestamp the MongoDB server adds to every change event on 6.0+.
Add `wallTime` to the default change-stream output so consumers can compute ms-accurate ingestion lag without parsing extended JSON.