Confluent
CCDAK · Question #63
What is returned by a producer.send() call in the Java API?
Sign in or unlock CCDAK to reveal the answer and full explanation for question #63. The question stem and answer options stay visible for context.
Developing Kafka Producers
Question
What is returned by a producer.send() call in the Java API?
Options
- AFuture<ProducerRecord> object
- BA Boolean indicating if the call succeeded
- CFuture<RecordMetadata> object
- DUnit
Unlock CCDAK to see the answer
You've previewed enough free CCDAK questions. Unlock CCDAK for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#producer API#Future#RecordMetadata#Java API