|
|
|
|
|
by jorgeortiz85
4476 days ago
|
|
Kafka uses Linux's zero-copy transfer to move bytes between the network and the disk without going through user-space, let alone the JVM. There's still GC from objects allocated by Kafka in the JVM, but the actual message data doesn't even go through the JVM. |
|