sofastack / sofa-rpc

SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
https://www.sofastack.tech/sofa-rpc/docs/Home
Apache License 2.0
3.81k stars 1.17k forks source link

Custom callback executor #1122

Open OrezzerO opened 2 years ago

OrezzerO commented 2 years ago

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.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

MingJunDuan commented 2 years ago

Same question about custom callback executor, #1186

MingJunDuan commented 3 months ago

考虑支持CompletableFuture,在callback场景,CompletableFuture可以自定义线程池,参考Dubbo