Skip to content

Commit

Permalink
Add Debezium platform items to the roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale authored and jpechane committed Jan 6, 2025
1 parent 37eb368 commit dd71655
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion roadmap.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ i.e. patch releases for the current stable minor release (e.g. 1.2.1.Final) are
* Sink for vector databases (TBD)
* Condition-based lifecycle control of Debezium Engine
* Revamped ExtractNewDocument state SMT to handle complex nested documents and arrays
* Support Transformations in Debezium Platform (UI)
* Support signaling in Debezium Platform (UI)
* Make storage configurable at deploy time in Debezium Platform (UI)
* Design Debezium component descriptors / registry

== 3.2 - June 2025

Expand All @@ -41,20 +45,24 @@ i.e. patch releases for the current stable minor release (e.g. 1.2.1.Final) are
* Debezium Engine Quarkus integration
* Read-only incremental snapshot for MongoDB
* WebAssembly support in scripting transformations
* Support for two stage processing achitecture in Oracle connector
* Support for two stage processing architecture in Oracle connector
* Design/Implement user-friendly offset manipulation (i.e, start at a specific position in the transaction logs)
* Design/Implement Debezium component descriptors / registry

== 3.3 - September 2025

* Create PoC for implementing sagas (long-running business transactions spanning multiple (micro-)services) using CDC and the outbox pattern
* Explore and provide building blocks for implementing CQRS architectures based on change data streams
* Exactly-Once support for other connectors
* Additional monitoring - Quantimeter
* Make storage configurable at runtime in Debezium Platform (UI)

== 3.4 - December 2025

* Read-only incremental snapshot for SQL Server and Oracle
* Add schema history compaction tool
* Support vaults in Debezium Platform (UI)
* Design upgradability of already configured resources in Debezium Platform (UI)

== Future Releases

Expand Down

0 comments on commit dd71655

Please sign in to comment.