We are working with a MariaDb 10.4.14 and we stream the binlog with the Debezium suite. We encounter an issue because the Timestamp in the binlog streamer is a uint32 which does not provide a millisecond precision.
Do you know if it is possible to get this precision by changing a config in MariaDb or Debezium for example?