CCDAK Exam Question 96

You are receiving orders from different customer in an "orders" topic with multiple partitions. Each message has the customer name as the key. There is a special customer named ABC that generates a lot of orders and you would like to reserve a partition exclusively for ABC. The rest of the message should be distributed among other partitions. How can this be achieved?
  • CCDAK Exam Question 97

    A producer just sent a message to the leader broker for a topic partition. The producer used acks=1 and therefore the data has not yet been replicated to followers. Under which conditions will the consumer see the message?
  • CCDAK Exam Question 98

    What's is true about Kafka brokers and clients from version 0.10.2 onwards?
  • CCDAK Exam Question 99

    What will happen if a producer tries to send messages to a topic that does not exist in the Kafka cluster?
  • CCDAK Exam Question 100

    There are 3 producers writing to a topic with 5 partitions. There are 10 consumers consuming from the topic as part of the same group. How many consumers will remain idle?