apache / apisix

The Cloud-Native API Gateway
https://apisix.apache.org/blog/
Apache License 2.0
14.54k stars 2.52k forks source link

feat: support register custom var prefix #11740

Open louxiu opened 1 week ago

louxiu commented 1 week ago

Description

In our case, variable is configured by external service and load dynamically to apisix. It would be much better to registering a custom variable prefix instead of statically registering each variable.

Fixes # (issue)

Checklist