CCDAK Exam Question 21

Your application is consuming from a topic with one consumer group.
The number of running consumers is equal to the number of partitions.
Application logs show that some consumers are leaving the consumer group during peak time, triggering a rebalance. You also notice that your application is processing many duplicates.
You need to stop consumers from leaving the consumer group.
What should you do?
  • CCDAK Exam Question 22

    You use Kafka Connect with the JDBC source connector to extract data from a large database and push it into Kafka.
    The database contains tens of tables, and the current connector is unable to process the data fast enough.
    You add more Kafka Connect workers, but throughput doesn't improve.
    What should you do next?
  • CCDAK Exam Question 23

    You are experiencing low throughput from a Java producer.
    Metrics show low I/O thread ratio and low I/O thread wait ratio.
    What is the most likely cause of the slow producer performance?
  • CCDAK Exam Question 24

    Kafka producers can batch messages going to the same partition.
    Which statement is correct about producer batching?
  • CCDAK Exam Question 25

    (A stream processing application tracks user activity in online shopping carts, including items added, removed, and ordered throughout the day for each user.
    You need to capture data to identify possible periods of user inactivity.
    Which type of Kafka Streams window should you use?)