FIND-20260401-006 · 2026-04-01 · Innovation Veille

Debezium 3.4.3.Final + 3.5.0.CR1 — Oracle 23ai/26ai support, Quarkus cache eviction

release HIGH
Two notable Debezium releases: 3.4.3.Final (2026-03-30) is the latest stable bugfix release. 3.5.0.CR1 (2026-03-26) introduces Debezium Quarkus Hibernate Cache support for automatic cache eviction on database changes — exactly what ODS needs for cache invalidation in a Zero-ETL pipeline. Also: connection validators for the Debezium Platform, Oracle connector using JDBC metadata for DB version resolution (Oracle 23ai/26ai compatibility), CockroachDB incremental snapshots.

Source

https://debezium.io/blog/2026/03/30/debezium-3-4-3-final-released/

ODS Impact

Debezium is the CDC engine in the ODS Zero-ETL pipeline (PostgreSQL → Debezium → Redpanda → ClickHouse). The Quarkus Hibernate Cache integration in 3.5 enables automatic cache eviction when upstream DB changes propagate, which could be used to invalidate ODS Dashboard query caches. The connection validators in 3.5 improve provisioner reliability when setting up CDC connectors.

Security Review

License: Apache-2.0 | Maintenance: ACTIVE | Risk: LOW | Recommendation: SAFE_TO_USE

Tags

debezium cdc zero-etl postgresql release cache-invalidation quarkus