Help Center> Distributed Message Service for Kafka> FAQs> Instances> How Do I Synchronize Data from One Kafka Instance to Another?
Updated on 2023-09-28 GMT+08:00

How Do I Synchronize Data from One Kafka Instance to Another?

  • If your Kafka instances support data synchronization, enable Smart Connect and then create a Smart Connect task for replicating Kafka data. For details, see Creating a Smart Connect Task (Kafka).
  • If your Kafka instances do not support data synchronization, producers can send messages to both instances. Messages can be consumed from the source instance until all messages in the source instance have been consumed or aged. Then migrate your service to the new Kafka instance.

Instances FAQs

more