Is zero-copy only supported by Kafka on linux?

127 Views Asked by At

I am currently studying Kafka and it says that one of its main features is that it uses zero-copy to improve performance in message transmission and reception between brokers and clients.

I understand that zero-copy is only provided in Linux, but does Kafka for Windows and Mac OS not provide zero-copy?

If it does not provide zero-copy, is there a significant difference in performance in message transmission between non-Linux-based Kafka and Linux-based Kafka?

0

There are 0 best solutions below