#3608·Sentinel

基于 SpEL 的动态 resourceName

Author: chenqwwqCreated Apr 10, 2026Updated Jul 21, 2026

Issue Description

Type: feature request

Describe what feature you want

考虑的场景是对于多版本多租户的限流 有个Dubbo接口或者Rest接口,入参是 Req 对象,通过 SpEL 模版引擎动态获取 resourceName 类似 {#args[0].code}:{#args[0].tenantCode}

想问下有现成实现吗?