aadant
aadant
I tested the below and it works fine if you write to the history table and use a MV to send the updates to the current table. ``` CREATE TABLE...
@vpol currently table overrides are not supported by the connector but you can stop it and apply, then restart the connector : ``` -- the sink-connector would write in the...
related : https://stackoverflow.com/questions/65686058/debezium-connector-fails-connecting-to-mariadb-error-load-data-local-infile-bu
Workaround with the existing package coming from RHEL7 ; - copy the 2 library files to a sub-directory libicudata.so.50.2 and libicuuc.so.50.2 - add the 2 symlinks libicudata.so.50 and libicuuc.so.50 -...
Any news from the lucky number issue ? @xiedeyantu @alexey-milovidov
workaround in SQL ``` select * from altinity_sink_connector.show_replica_status\G ```
+ a counter within the ms @subkanthi this issue is now fixed, I can not reproduce it with the new build.
It would also help to have the ClickHouse table.
@jramorim13 we only support MySQL / Postgres / MongoDB at the moment, not Oracle database yet. What error do you get in the log file ? Feel free to contribute...
The issue comes from here https://github.com/shyiko/mysql-binlog-connector-java/blob/dd710a5466381faa57442977b24fceff56a0820e/src/main/java/com/github/shyiko/mysql/binlog/BinaryLogClient.java#L830