top | item 7388537

(no title)

jorgeortiz85 | 12 years 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.

discuss

order

No comments yet.