You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
feat: Currently, knetty monitors the IO read time and can only execute On Message serially. In order to improve performance, it needs to support multi-threaded execution of tasks. #66
Currently, knetty monitors the IO read time and can only execute On Message serially. In order to improve performance, it needs to support multi-threaded execution of tasks.
Description
Currently, knetty monitors the IO read time and can only execute On Message serially. In order to improve performance, it needs to support multi-threaded execution of tasks.
Need disruptor , goroutinePool