sofastack / sofa-boot

SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
https://www.sofastack.tech/sofa-boot/docs/Home
Apache License 2.0
4.93k stars 1.26k forks source link

Setting custom thread pools through SofaService annotation does not take effect when interfaceType is not set #1245

Closed EvenLjj closed 9 months ago

EvenLjj commented 10 months ago

Background

When setting a custom thread pool through SofaService annotations, the custom thread pool does not take effect when the interfaceType is not set. image

HzjNeverStop commented 10 months ago

https://github.com/sofastack/sofa-boot/pull/1247