CCDAK Exam Question 46

An application is consuming messages from Kafka.
The application logs show that partitions are frequently being reassigned within the consumer group.
Which two factors may be contributing to this?
(Select two.)
  • CCDAK Exam Question 47

    What is the difference between exactly once semantics (EOS) and idempotence?
  • CCDAK Exam Question 48

    You are doing complex calculations using a machine learning framework on records fetched from a Kafka topic. It takes more about 6 minutes to process a record batch, and the consumer enters rebalances even though it's still running. How can you improve this scenario?
  • CCDAK Exam Question 49

    Which statement is true about how exactly-once semantics (EOS) work in Kafka Streams?
  • CCDAK Exam Question 50

    You have a topic with four partitions. The application reads from it using two consumers in a single consumer group.
    Processing is CPU-bound, and lag is increasing.
    What should you do?