-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
Mysql DB is an RDS instance of Mysql running inside AWS Webservices
Every five minutes I am seeing a message like this written to the db history topic
{
"source" : {
"server" : "sled"
},
"position" : {
"ts_sec" : 1510678117,
"file" : "mysql-bin-changelog.164775",
"pos" : 219,
"server_id" : 430194409,
"event" : 1
},
"databaseName" : "mysql",
"ddl" : "INSERT INTO mysql.rds_heartbeat2(id, value) values (1,1510678117058) ON DUPLICATE KEY UPDATE value = 1510678117058"
}
I verified that the binlog format of the DB is ROW
show variables like 'binlog_format'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | binlog_format | ROW | +---------------+-------+ 1 row in set (0.02 sec)
My issue is that it is creating a lot of noise in the topic. I.E. a message every 5 minutes in a topic that can't be cleaned up.
- is related to
-
DBZ-6864 Debezium-MySQL not filtering AWS RDS internal events
-
- Closed
-