Confluent
CCDAK · Question #123
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)
The correct answer is A. bootstrap.servers C. key.serializer D. value.serializer. Both key and value serializer are mandatory.
Developing Kafka Producers
Question
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)
Options
- Abootstrap.servers
- Bpartition
- Ckey.serializer
- Dvalue.serializer
- Ekey
- Fvalue
How the community answered
(25 responses)- A92% (23)
- B4% (1)
- E4% (1)
Explanation
Both key and value serializer are mandatory.
Topics
#bootstrap.servers#key.serializer#value.serializer#required producer properties
Community Discussion
No community discussion yet for this question.