InterviewSolution
Saved Bookmarks
| 1. |
What is the maximum size of a message that Kafka can receive? |
|
Answer» By DEFAULT, the maximum size of a Kafka message is 1MB (MEGABYTE). The broker settings allow you to modify the size. Kafka, on the other HAND, is designed to handle 1KB messages as well. |
|