CCAAK · Question #30
You are running a producer application that is writing messages to a Kafka topic named order_updated. Topic is created with 10 partitions and replication factor of 3. After monitoring the brokers…
The correct answer is A. ResponseSendTimeMs B. ResponseQueueTimeMs. High request latency is often caused by delays in queuing or sending responses from the broker. Checking the time spent in the response queue and the time taken to send the response helps identify whether broker-side bottlenecks are contributing to the large end-to-end request…
Question
You are running a producer application that is writing messages to a Kafka topic named order_updated. Topic is created with 10 partitions and replication factor of 3. After monitoring the brokers for some time, you observed that the total time for the request is too large. Which of the following metrics will you check to identify the potential reason? (Choose two.)
Options
- AResponseSendTimeMs
- BResponseQueueTimeMs
- CReplicaFetchRequest
- DEventQueueProcessingTimeMs
How the community answered
(51 responses)- A78% (40)
- C8% (4)
- D14% (7)
Explanation
High request latency is often caused by delays in queuing or sending responses from the broker. Checking the time spent in the response queue and the time taken to send the response helps identify whether broker-side bottlenecks are contributing to the large end-to-end request time.
Topics
Community Discussion
No community discussion yet for this question.