I want to add arg's circuit-breaker config as: ``` demoMethod.arg0.maxSpendTimeMs={LiMing: 20, WangWu: 30} ``` As shown above, I want to set the different config for different arg values, but now it's unsupported.
I want to add arg's circuit-breaker config as:
As shown above, I want to set the different config for different arg values, but now it's unsupported.