Saved Bookmarks
| 1. |
Explain How Message Is Consumed By Consumer In Kafka? |
|
Answer» Transfer of MESSAGES in Kafka is done by USING sendfile API. It enables the transfer of bytes from the socket to disk via kernel SPACE SAVING copies and call between kernel user back to the kernel. Transfer of messages in Kafka is done by using sendfile API. It enables the transfer of bytes from the socket to disk via kernel space saving copies and call between kernel user back to the kernel. |
|