+1 vote
in Kafka Premiera Ola by
How do consumers consumes messages in Kafka?

1 Answer

0 votes
by
The transfer of messages is done in Kafka by making use of send file API. The transfer of bytes occurs using this file through the kernel-space and the calls between back to the kernel and kernel user.
...