MSK replicator prerequisite

0

Hi AWS,

I noticed msk replicator **source msk ** prerequisite changed to be with auth enable and version above 2.7.0.

I want to replicate from msk 2.2.1 to msk 3.5.1 is it something which will be supported? if not - what the best approach to gain this target? thanks,

  • Guy
Guy
質問済み 1ヶ月前80ビュー
1回答
0

Consider replicating the data in two stages - first from 2.2.1 to an intermediate upgraded cluster, then from the intermediate cluster to the 3.5.1 target. This avoids any single version jump limitations.

Export the data from the 2.2.1 source using Kafka tools like kafka-console-consumer and kafka-console-producer, then import it into the 3.5.1 target cluster. While more manual, it avoids any version incompatibilities between the source and target.

profile picture
エキスパート
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ