| eG Monitoring |
|---|
|
Measures reported by AWSMSKFollowTest Kafka's replication feature provides high availability by optionally persisting each partition on multiple brokers. In a replicated partition, Kafka will write messages to only one replica - the partition leader. The other replicas are followers, which fetch copies of the messages from the leader. Consumers may read from either the partition leader or from a follower. This test reports the mean time of the request from the follower broker to the leader broker that waits in the queue and the mean time of the response from the leader broker to the follower broker that waits in the queue. Using this test, administrators can proactively figure out if the mean time for both the request and response queues takes too long to process. Outputs of the test: One set of results for the target AWS Managed Service Kafka server. The measures made by this test are as follows:
|