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?

Luis
질문됨 2년 전1597회 조회
1개 답변
0

Hello Luis,

I understand that you looking for Disaster Recovery solution for your AWS MSK topics. The blog you mentioned is currently the most effective method of backing up your MSK topic data.

To adjust the suggested method from the blog for a Disaster recovery solution, I recommend using MSK connect to backup data from your topics to a single S3 bucket. When it comes time to recover that data, Amazon Athena can be used to query said data to a new MSK cluster using MSK Connect.

You can move the MSK connector to the new cluster after recovery.

Resources: https://docs.aws.amazon.com/msk/latest/developerguide/mkc-S3sink-connector-example.html

https://docs.aws.amazon.com/athena/latest/ug/what-is.html

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인