debezium-server-iceberg
debezium-server-iceberg copied to clipboard
Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)
I am trying to get changes from the Oracle DB source. But I faced issue. The schema name is specified in the application.properties file. But didn't work correctly. WARN [io.deb.rel.RelationalDatabaseSchema]...
Bumps [io.minio:minio](https://github.com/minio/minio-java) from 8.5.11 to 8.5.13. Release notes Sourced from io.minio:minio's releases. Bugfix Release What's Changed add httpclient close option to minio client builder by @SerhiiKryvokin in minio/minio-java#1587 upgrade gradle...
Hi @ismailsimsek, Hope you are doing well. I saw Debezium community release the version 3.0.0. While using Debezium 2.7 version it is having depreciated parameter and we can't used the...
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.5.1. Release notes Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases. 3.5.1 🚀 New features and improvements [SUREFIRE-2270] - Use JUnit5 in surefire-shadefire (#783) @slawekjaranowski [SUREFIRE-2266] - Execute ITs...
Bumps `version.testcontainers` from 1.20.1 to 1.20.2. Updates `org.testcontainers:testcontainers` from 1.20.1 to 1.20.2 Release notes Sourced from org.testcontainers:testcontainers's releases. 1.20.2 What's Changed Update ryuk version to 0.9.0 (#9169) @eddumelendez Add on-demand...
Hi @ismailsimsek , We've successfully set up Debezium to store data within Iceberg, but we're now encountering a new issue. I'd like to share the relevant logs and our application.properties...
Hi Debezium Iceberg Team, We are currently encountering an issue with our setup. After resolving the previous problem, we now face a new error where Debezium changes the schema's datatype...
Hi Team, We wanted to inform you about an issue we faced with our Iceberg consumer component. It was not accepting schema names, usernames, and table names in UPPERCASE_UNDERSCORE format....
Hi @ismailsimsek , I have successfully able to cdc through oracle database through debezium and iceberg and get parquet files into s3 bucket. But while updating the data in tables...