Exam Name: | Confluent Certified Developer for Apache Kafka Certification Examination | ||
Exam Code: | CCDAK Dumps | ||
Vendor: | Confluent | Certification: | Confluent Certified Developer |
Questions: | 61 Q&A's | Shared By: | odin |
Which statement describes the storage location for a sink connector’s offsets?
Your Kafka cluster has five brokers. The topic t1 on the cluster has:
Two partitions
Replication factor = 4
min.insync.replicas = 3You need strong durability guarantees for messages written to topic t1.You configure a producer acks=all and all the replicas for t1 are in-sync.How many brokers need to acknowledge a message before it is considered committed?
You need to consume messages from Kafka using the command-line interface (CLI).
Which command should you use?
You have a Kafka consumer in production actively reading from a critical topic.
You need to update the offset of your consumer to start reading from the beginning of the topic.
Which action should you take?