-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
e398161
commit f666b36
Showing
2 changed files
with
43 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
:::note | ||
**Breaking changes in Debezium 2.5** | ||
|
||
Debezium version 2.5 introduces significant changes to the connector's configuration | ||
and behavior. New setups [default to version 2.5](https://debezium.io/releases/2.5/release-notes), | ||
Debezium version 2.5 introduces changes to the connector's configuration and behavior. | ||
New setups [default to version 2.5](https://debezium.io/releases/2.5/release-notes), | ||
while existing setups using version 1.9 remain on that version for stability. | ||
Test configurations with version 2.5 before upgrading. | ||
For help with upgrades or queries, contact [Aiven support](mailto:support@aiven.io). | ||
|
||
If you are using version 1.9.7, you can upgrade to version 2.5.0 using | ||
[multi-version support](/docs/products/kafka/kafka-connect/howto/manage-connector-versions) | ||
without raising a support ticket. Ensure compatibility by testing version 2.5 | ||
configurations before upgrading. | ||
|
||
For further assistance, contact [Aiven support](mailto:support@aiven.io). | ||
::: |