We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
初步怀疑原因是因为熔断器隔离策略导致 熔断器有线程池隔离、信号量隔离两种策略,默认线程池隔离。当feign调用时会开启新的线程,导致线程上下文无法获取xid。
预期修改方式:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
初步怀疑原因是因为熔断器隔离策略导致
熔断器有线程池隔离、信号量隔离两种策略,默认线程池隔离。当feign调用时会开启新的线程,导致线程上下文无法获取xid。
预期修改方式:
The text was updated successfully, but these errors were encountered: