Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 写入请求转化为raft log的具体实现模块
When I watched the official TiDB course video before, it said that the raftstore thread pool converts write requests into raft logs. But today, I checked the official documentation and found that it says the scheduler thread pool completes this task. So, which thread pool actually converts write requests into raft logs?
It should be the scheduler that implements it, right?