You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration/5.1/index.adoc
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
[[connector-migration]]
2
-
= Migrate from 5.0.x to 5.1
2
+
= Migrate from 5.0 to 5.1
3
3
4
4
When upgrading the {product-name} to 5.1, be aware that many of the configuration properties have been changed and updated.
5
5
Read over xref:whats-new.adoc[] to familiarize with the recent changes, and make sure that the new configuration logically matches the previous configuration.
6
6
7
7
For generic Kafka Connect plugin upgrade documentation see: https://docs.confluent.io/platform/current/connect/upgrade.html[Confluent Documentation -> Upgrade a Connector Plugin].
8
8
9
-
== Deployment guides
9
+
IMPORTANT: Connector *MUST* be at version 5.0.6 before following the migration guides as it includes a configuration conversion helper to make the upgrade easier.
10
+
11
+
== Migration guides
10
12
11
13
Follow the relevant instructions to configure and deploy the new connector.
0 commit comments