how to autoscale MSK cluster horizontally in AWS

0

I want to horizontally autoscale the AWS MSK cluster but only found documentation related to storage autoscaling. Is there any way to autoscale the AWS MSK cluster ? Any reference to docs or any articles will be appreciated.

1回答
0

MSK Provisioned doesn't provide auto-scaling capabilities. You can implement self-managed autoscaling using different metrics, Lambda function and trigger MSK APIs to add brokers per AZ, and rebalance partitions (with Cruise Control, for instance).

Alternatively, MSK Serverless does auto-scaling behind the scenes and doesn't require user to setup or configure anything.

AWS
EdbE
回答済み 1ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前

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

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

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

関連するコンテンツ