diff --git a/_posts/2023-11-10-debezium-2-5-alpha2-released.adoc b/_posts/2023-11-10-debezium-2-5-alpha2-released.adoc index 81b506e0ce3..d824046382f 100644 --- a/_posts/2023-11-10-debezium-2-5-alpha2-released.adoc +++ b/_posts/2023-11-10-debezium-2-5-alpha2-released.adoc @@ -25,7 +25,8 @@ This release includes a variety of breaking changes. ==== MongoDB default connection mode changed The upgrade to Debezium 2.5 brings a change to MongoDB's default implementation. -In previous builds, the default connection mode was `replica_set`; however with Debezim 2.5 this is now `sharded`. (https://issues.redhat.com/browse/DBZ-7108)[DBZ-7108]) +In previous builds, the default connection mode was `replica_set`; however with Debezium 2.5 this is now `sharded`. +If you were connecting to a sharded cluster and not explicitly setting a connection mode; ergo, relying on the default behavior, you must review your connector configuration and make adjustments. (https://issues.redhat.com/browse/DBZ-7108)[DBZ-7108]) Overall, this change is part of larger effort to remove the `replica_set` mode entirely. Please be sure to review your connector configurations for all MongoDB connectors when upgrading. @@ -173,7 +174,7 @@ The team is also working on a maintenance release of Debezium 2.4, due out late This update to Debezium 2.4 will bring a host of bug fixes and stability improvements already in Debezium 2.5 to the 2.4 release stream. We are also moving forward on our review and process for MariaDB support. -There will likely be some news on this in the coming weeks as we begin to find a path forward around this partiuclar advancement. +There will likely be some news on this in the coming weeks as we begin to find a path forward around this particular advancement. The team is also continuing the work on the Debezium Engine improvements, and much more. You can find all the details for our continued plans for Debezium 2.5 on our link:/roadmap[roadmap].