Question 26

(You need to set alerts on key broker metrics to trigger notifications when a Kafka cluster is unhealthy.
What are three minimum broker metrics to monitor for cluster health?
Select three.)
  • Question 27

    Which configuration allows more time for the consumer poll to process records?
  • Question 28

    What is a generic unique id that I can use for messages I receive from a consumer?
  • Question 29

    Which of these joins does not require input topics to be sharing the same number of partitions?
  • Question 30

    You are developing a Java application using a Kafka consumer.
    You need to integrate Kafka's client logs with your own application's logs using log4j2.
    Which Java library dependency must you include in your project?