Kanthi
Kanthi
``` 2023-02-15 13:30:31,453 ERROR || ******* ERROR inserting Batch ***************** [com.altinity.clickhouse.sink.connector.db.DbWriter] java.lang.IllegalArgumentException: length of byte array value is 0, but it should be 2 at com.clickhouse.client.ClickHouseChecker.newException(ClickHouseChecker.java:19) at com.clickhouse.client.ClickHouseChecker.notWithDifferentLength(ClickHouseChecker.java:382) at com.clickhouse.client.ClickHouseChecker.notWithDifferentLength(ClickHouseChecker.java:364)...
How do you deal with the lists inside Mongo documets? Do you flatten jsons or store them as is? Is it configurable?
Create Docker images for Checksum utility
Add database name to the insert query logs. ``` 2024-05-03 20:03:25.553 INFO - *** QUERY***insert into ```
Upgraded debezium version to 2.6.0 and added newer MySQL DDL Parser functions.
Remove debug logs ``` DEBUG - SourceRecord Record successfully marked as processed ```
Add configuration `driver.max_packet_size` to config.yml and document this variable in Troubleshooting.md.
Initial snapshot load testing setup with low memory(4G)
```Error starting connector org.apache.kafka.connect.errors.ConnectException: OffsetStorageWriter is already flushing Message``` ```Invalid call to OffsetStorageWriter beginFlush() while already flushing, the framework should not allow this```
Added Integration test for MariaDB. closes: #628