Confluent CCDAK - Confluent Certified Developer for Apache Kafka Certification Examination
The producer code below features a Callback class with a method called onCompletion().
In the onCompletion() method, when the request is completed successfully, what does the value metadata.offset() represent?
You need to explain the best reason to implement the consumer callback interface ConsumerRebalanceListener prior to a Consumer Group Rebalance.
Which statement is correct?
A producer is configured with the default partitioner. It is sending records to a topic that is configured with five partitions. The record does not contain any key.
What is the result of this?
Which partition assignment minimizes partition movements between two assignments?
You have a consumer group with default configuration settings reading messages from your Kafka cluster.
You need to optimize throughput so the consumer group processes more messages in the same amount of time.
Which change should you make?
What is accomplished by producing data to a topic with a message key?
Match each configuration parameter with the correct deployment step in installing a Kafka connector.
The producer code below features a Callback class with a method called onCompletion().
When will the onCompletion() method be invoked?