CCDAK Exam Question 46
A Kafka producer application wants to send log messages to a topic that does not include any key. What are the properties that are mandatory to configure for the producer configuration? (select three)
CCDAK Exam Question 47
How do Kafka brokers ensure great performance between the producers and consumers? (select two)
CCDAK Exam Question 48
If you enable an SSL endpoint in Kafka, what feature of Kafka will be lost?
CCDAK Exam Question 49
To import data from external databases, I should use
CCDAK Exam Question 50
A kafka topic has a replication factor of 3 and min.insync.replicas setting of 2. How many brokers can go down before a producer with acks=1 can't produce?