Skip to content

MSK - HELP Backup

0

Hi everyone, I need to create a backup for AWS MSK, and I found this article https://aws.amazon.com/en/blogs/big-data/back-up-and-restore-kafka-topic-data - using-amazon-msk-connect/ but the problem is that we have too many topics and new topics are created every day. How do I use this MSK backup solution in disaster recovery cases?

1 Answer
0

Hi, it seems you wanted to have point in time recovery, you can use mm2 approach as it will create an identical replica of your primary msk-cluster in other cluster, you can find different approach here: https://aws.amazon.com/blogs/big-data/amazon-msk-replicator-and-mirrormaker2-choosing-the-right-replication-strategy-for-apache-kafka-disaster-recovery-and-migrations/#:~:text=Conclusion,through%20automation%20and%20best%20practices.

for mm2 stick to mm2 documentation first (as it is complex enough to get lost in different implementations).

I know I'm a little late to be helpful to your question, it's just 3 years ;)

answered 9 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.