All Questions
6 questions
0
votes
1
answer
506
views
Does Kafka support CDC from a source of MariaDB by binlog?
We have a production system running MariaDB, and hope to build an extract-transformation-load (ETL) module with near real-time changed data capture through the database's binary log (binlog) ...
1
vote
1
answer
1k
views
expire_log_days parameter value not updated?
I have one MySQL RDS and i am trying to change the expire_log_days parameter value, but i'm unable to change because it's unmodified parameter. But while i am checking inside database it shows 0, ...
0
votes
1
answer
90
views
Mariadb binlog query event q_flag
I have a program which can read MySQL binlog. Recently I use the program to parse a binlog generated by MariaDb 10.3. I found that there are Q_FLAGS in the QUERY_EVENT which was not specified in the ...
0
votes
1
answer
890
views
Where can I find a variable about max bin log files in Maria DB ( I aint mean to say max_binlog_size)
Too many binary log files are in the disk.
the number of log files keep 14~16 as below. (normally 14)
mysql-bin-changelog.028255 134223043
mysql-bin-changelog.028256 134228506
mysql-bin-...
1
vote
0
answers
161
views
How to let Debezium switch to next binlog automatically
In my project, Debezium still pointing on the same binlog, he doesn't switch to the next binlog. I have always to restart the connector debezium so he can read from the current binlog.
How can I let ...
0
votes
1
answer
528
views
Can MariaDB's Maxscale(BinLog Server) be used as a collector of binlogs from different mysql clusters?
I have read that Maxscale(BinLog Server) of MariaDB can be used for relaying the bin logs from a MySQL Cluster to a single BinLog Server, however i wanted to know if its possible to collect all the ...