Details
-
Feature Request
-
Resolution: Done
-
Minor
-
1.7.0.CR1
-
None
-
0
-
0%
Description
Kafka messages have
```
"gtid": null
```
when reading from mariadb database.
Looking at https://github.com/debezium/debezium/blob/master/debezium-connector-mysql/src/main/java/io/debezium/connector/mysql/BinlogReader.java it seems that we are only supporting mysql style GTIDs. Otherwise, the integration seems to work.
Is there any way to enable support for GTIDs in mariadb or is this a feature that needs to be implemented?
Example snippet from `kafkacat`.
"payload": {
"before": null,
"after":
,
"source":
,
"op": "c",
"ts_ms": 1568682452788
}
Attachments
Issue Links
- is duplicated by
-
DBZ-7082 Support MariaDB's GTID implementation
-
- Closed
-
- is related to
-
DBZ-1145 Clarification on MySQL vs MariaDb Usage
-
- Closed
-
-
DBZ-5775 Read-Only implementation incremental snapshot does not work on MariaDB
-
- Open
-
-
DBZ-7121 XA transactions on MariaDB prevent streaming
-
- Open
-
- relates to
-
DBZ-2913 Provide first class support for MariaDB
-
- Resolved
-