Hi devs, I am curious in trying to understand the internals of how Kafka actually writes to disk. I am wondering as to how it writes to the pagecache/pagetable ?
>From what I understand, Kafka never writes to the files directly instead it writes to the pagecache and lets the OS do the flush to disk. Please correct me if I am wrong. Where in the source code can I find code that does this ? Any help would be greatly appreciated. -- Regards, Sreyan Chakravarty