Kafka Inter cluster replications for topic (Different region) along with AWS MSK Serverless

0

Can we use AWS MSK replicators along with AWS MSK Serverless as we are using with AWS MSK Provisioned. How can we handle replication between clusters in different regions What are the cost associated with it Is it possible to have topic level controllability in replicating

1 Answer
1
Accepted Answer

You can use Amazon MSK Replicator to replicate data between clusters in different AWS regions. MSK Replicator handles asynchronous replication, including Kafka metadata (topic configurations, ACLs, consumer group offsets). The cost includes standard cluster fees, cross-region data transfer fees, and a fee per GB of replicated data. Replicators have an hourly rate starting at $0.30 USD. For topic-level control, configure which topics to replicate. MSK Serverless allows running Apache Kafka without managing and scaling cluster capacity, paying only for the data streamed and retained

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions