-
Feature Request
-
Resolution: Duplicate
-
Major
-
None
-
0.8.2.Final
-
None
In database history topic, lot of SavePoints & Flush statements are coming which fills the ever growing history topic. I know these can be filter from a property ddl.filter but having these explicitly will improve debezium defaults.
Following are the messages:
{
"source" : {
"server" : "slave"
},
"position" : {
"ts_sec" : 1536312968,
"file" : "mysql-bin-changelog.208420",
"pos" : 31286764,
"server_id" : 995438359,
"event" : 1
},
"databaseName" : "",
"ddl" : "flush status"
}
{
"source" : {
"server" : "slave"
},
"position" : {
"ts_sec" : 1536313103,
"file" : "mysql-bin-changelog.208420",
"pos" : 113556435,
"server_id" : 995438359,
"event" : 3
},
"databaseName" : "goibibo",
"ddl" : "SAVEPOINT `s140033162643200_x1`"
}
- duplicates
-
DBZ-794 SavePoints are getting stored in history topic
-
- Closed
-