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?