sofastack/sofa-rpc

Custom callback executor

Open

#1,122 opened on Nov 5, 2021

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,151 forks)batch import
good first issuelater

Repository metrics

Stars
 (3,749 stars)
PR merge metrics
 (Avg merge 6d 2h) (5 merged PRs in 30d)

Description

Now, callback ThreadPoolExecutor is build-in in AsyncRuntime. User can't recognize that the callback executor is full. We need to add a set method ,so that users can custom their own callback executor.

Contributor guide