nerdexam
Confluent

CCAAK · Question #36

CCAAK Question #36: Real Exam Question with Answer & Explanation

The correct answer is C. Check the Java Management Extensions (JMX) metrics for network-related metrics such as. Network-related JMX metrics reveal whether requests are backing up in queues or experiencing delays. Monitoring these metrics helps identify whether network bottlenecks or broker-side networking issues are causing the latency and connectivity problems.

Question

You notice increased latency and occasional connectivity issues between Kafka brokers and clients. You suspect the network configuration might be the cause. You need to resolve the issue. Which action should you take?

Options

  • AIncrease the number of partitions for the topics to distribute the load more evenly across the
  • BEnable and configure TLS/SSL for secure communication between brokers and clients to ensure
  • CCheck the Java Management Extensions (JMX) metrics for network-related metrics such as
  • DUse a traditional load balancer to distribute client requests evenly across all Kafka brokers.

Explanation

Network-related JMX metrics reveal whether requests are backing up in queues or experiencing delays. Monitoring these metrics helps identify whether network bottlenecks or broker-side networking issues are causing the latency and connectivity problems.

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice