Did you know December 12th is National Ding-a-Ling Day? It’s the day to call old friends you haven’t heard from in a while. So we thought we’d get in touch (not that is has been that long) with our friends, i.e. you, and share the news about the release of Debezium 1.0.0.CR1!

It’s the first, and ideally only, candidate release; so Debezium 1.0 should be out very soon. Quite a few nice features found their way into CR1:

There was a number of bug fixes, too:

  • Graceful handling of an empty history topic for the MySQL connector (DBZ-1201)

  • Correct column filtering for SQL Server connector (DBZ-1617)

  • Support for ALTER TABLE …​ RENAME …​ in MySQL (DBZ-1645)

As were’re approaching the 1.0 Final release, we also took the time to check the configuration options of the different connectors for consistency. Things were in pretty good shape already due to previous work towards unification in Debezium 0.10. Only for the SQL Server and Oracle connectors, the snapshot mode "initial_schema_only" has been deprecated and will be removed in a future version. Please use "schema_only" instead, as known from the MySQL connector (DBZ-585).

Overall, this release contains 24 changes. As always, this release wouldn’t have been possible without the help from folks of the community: Cheng Pan, Collin Van Dyck, Gurnaaz Randhawa, Grzegorz Kołakowski, Ivan San Jose, Theofanis Despoudis and Thomas Deblock.

Thanks a lot to you! In total, not less than 144 people have contributed to the Debezium main code repository at this point. Perhaps we can bump this number to 200 in 2020?

Barring any unforeseen issues, this candidate release should be the only one for Debezium 1.0, and the final version should be in your hands before Christmas. So please give the CR a try and let us know how it works for you!

Gunnar Morling

Gunnar is a software engineer at Decodable and an open-source enthusiast by heart. He has been the project lead of Debezium over many years. Gunnar has created open-source projects like kcctl, JfrUnit, and MapStruct, and is the spec lead for Bean Validation 2.0 (JSR 380). He’s based in Hamburg, Germany.

   


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.