It’s with great excitement that I’m announcing the release of Debezium 1.1.0.Final!
About three months after the 1.0 release, this new version comes with many exciting new features such as:
-
a Quarkus extension facilitating the outbox pattern
-
support for the CloudEvents specification
-
an incubating connector for the IBM Db2 database
-
transaction marker events
-
support for CDC integration testing via Testcontainers
-
a brand-new API Debezium module containing a reworked embedded engine API as well as an SPI for customizing schema and values of change events
Besides these key features, there’s many other smaller improvements such as reconnects for the Postgres connector, more flexibility when extracting the after
state from change events,
and more powerful options for propagating metadata on the source types of captured columns.
Since the CR1 release, 22 more issues were resolved: mostly bug fixes, documentation improvements and related to the stabilization of some flaky tests that’d fail intermittently on our CI server.
Besides these, there’s one very useful improvement for the Postgres connector: as part of its heartbeat functionality, it can now regularly execute DML operations in the source database (DBZ-1815). This helps to prevent situations with a combination of multiple databases on the same database host, receiving writes with different frequencies, where Debezium couldn’t acknowledge processed WAL offsets with the source database otherwise.
Overall, 123 issues have been resolved for Debezium 1.1 and its preview releases. Please refer to the original announcements (Alpha1, Beta1, Beta2, CR1) to learn more about the details.
The most important part of any open-source project is its community. The following people have contributed to Debezium 1.1, bumping the total number of community members contributing to Debezium to more than 175:
Alan Zhangzf, Andrea Cosentino, Alex Soto, Alexander Schwartz, Bingqin Zhou, Daan Roosen, Fabian Aussems, Fabio Cantarini, Frank Mormino, Hossein Torabi, Igor Gabaydulin, Jan Uyttenhove, Jan-Hendrik Dolling, John Graf, John Psoroulas, Jos Huiting, Luis Garcés-Erice, Marc Zbyszynski, Matthias Wessendorf, Melissa Winstanley, Peter Urbanetz, Raúl Tovar, Ruslan Gibaiev, Sahan Dilshan, Sean Rooney, Taylor Rolison, Vasily Ulianko, Vedit Firat Arig, Yongjun Du and Yuchao Wang
A big, big "thank you" to each and every one of you!
Having shipped Debezium 1.1, the team is focusing on 1.2 now. Adhering to a quarterly release cadence, Debezium 1.2 is scheduled for end of June. You can expect preview releases roughly every three weeks.
What’s coming up in 1.2? Check out the roadmap to learn more; one key feature will be a "standalone mode" for running Debezium independently of Kafka Connect, allowing to feed change events to other messaging infrastructure such as Amazon Kinesis. Also make sure to let us know about your suggestions, requirements and feature requests!
About Debezium
Debezium is an open source distributed platform that turns your existing databases into event streams, so applications can see and respond almost instantly to each committed row-level change in the databases. Debezium is built on top of Kafka and provides Kafka Connect compatible connectors that monitor specific database management systems. Debezium records the history of data changes in Kafka logs, so your application can be stopped and restarted at any time and can easily consume all of the events it missed while it was not running, ensuring that all events are processed correctly and completely. Debezium is open source under the Apache License, Version 2.0.
Get involved
We hope you find Debezium interesting and useful, and want to give it a try. Follow us on Twitter @debezium, chat with us on Zulip, or join our mailing list to talk with the community. All of the code is open source on GitHub, so build the code locally and help us improve ours existing connectors and add even more connectors. If you find problems or have ideas how we can improve Debezium, please let us know or log an issue.