debezium-server-iceberg icon indicating copy to clipboard operation
debezium-server-iceberg copied to clipboard

Replicates any database (CDC events) to Apache Iceberg (To Cloud Storage)

Results 27 debezium-server-iceberg issues
Sort by recently updated
recently updated
newest added

Bumps `version.hadoop` from 3.3.6 to 3.4.0. Updates `org.apache.hadoop:hadoop-aws` from 3.3.6 to 3.4.0 Updates `org.apache.hadoop:hadoop-common` from 3.3.6 to 3.4.0 Updates `org.apache.hadoop:hadoop-client` from 3.3.6 to 3.4.0 Dependabot will resolve any conflicts with...

dependencies
java

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...

dependencies
java

Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.2.1. Changelog Sourced from org.awaitility:awaitility's changelog. Changelog 4.2.1 (2024-03-15) Upgraded Kotlin to 1.9.22 Added extension properties forever, then, and, given to the Kotlin extension. This...

dependencies
java

Hi @ismailsimsek, I have run Oracle prod and faced an error when creating the following table. I checked the constraints of my table and found no constraint data, but in...

I'm encountering a problem where the __source_ts_ms field from MongoDB consistently returns 0, resulting in the runtime exception. Why does __source_ts_ms always return 0, and how can I confirm the...

Hello, I'm implementing CDC with Iceberg, and currently, I have several columns that are JSONB and in some UPDATE events, when they are not updated, they end up returning with...

question

Switch tests to rest catalog and remove hadoop dependency

I'm trying to cdc data in upsert mode from Postgres. I notice when I partition the iceberg table by a column present in the source table, new records are appended...

enhancement

- I am ingesting data from oracle to iceberg table. This is data types of source table in my oracle ![image](https://github.com/memiiso/debezium-server-iceberg/assets/64005590/664dc2b2-b357-4167-8ac9-4864771b5b71) - And this is data types in iceberg table....

question

I am trying so set up a very simple process to stream CDC records from (Azure) SQL Server as Iceberg Tables to an Azure Storage Account. I've come across various...