How to inject spring bean into dubbo filter

We need to do user behavior analysis based on the application. We want to inject the current user"s id through dubbo filter, and implicitly pass parameters from consumer to provider, but find that spring bean, cannot be injected into dubbo filter. Is there a way to achieve this?

Mar.03,2021
Menu