Confluent
CCDAK · Question #59
Once sent to a topic, a message can be modified
The correct answer is A. No. Kafka logs are append-only and the data is immutable.
Application Design
Question
Once sent to a topic, a message can be modified
Options
- ANo
- BYes
How the community answered
(15 responses)- A87% (13)
- B13% (2)
Explanation
Kafka logs are append-only and the data is immutable.
Topics
#message immutability#append-only log#Kafka fundamentals#log
Community Discussion
No community discussion yet for this question.