2 Answers
- Newest
- Most votes
- Most comments
1
You can see the status of your cluster in two ways:
- Go to the AWS Management Console and check cluster status.
- Use the "describe-cluster-v2" command or the "DescribeClusterV2" operation to describe the cluster.
If your cluster's status shows "MAINTENANCE", it means that AWS is currently doing regular maintenance work on the cluster.
For a full list and explanation of all the possible cluster status values, you can check the documentation at the following link: https://docs.aws.amazon.com/msk/latest/developerguide/msk-cluster-states.html
1
Hello,
You may also monitor the ActiveControllerCount
Cloudwatch metrics in MSK and it is observed at stats:avg
Ideally value for the ActiveControllerCount should be 1/count of brokers
For EG: Having 3 brokers in MSK ActiveControllerCount should be 1/3= 0.33
Thank you.
Relevant content
- asked 3 months ago
- asked 2 years ago
- asked 2 months ago
- asked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 10 months ago