ZLBer

Results 7 issues of ZLBer

**What would you like to be added**: 1. component_ref统一实现起来较为混乱,我们可以拆分成pubsub_ref、config_ref等。 2. 以pubsub_ref为例,对于pubsub_ref的实现,我们需要支持如下配置: ``` "pubsub_ref": [{ "store_name": "redis", "keys": [ "*", //支持配置全部注入 "parent1.son1", //支持层级获取配置, "parent1.son2" ], "encoding_type": "json/yaml" //因为sub返回的是bytes类型,我们可以支持多种编码方式 }] ``` 3....

enhancement
pinned
wip

**What this PR does**: resolve placeholder `${xxx:defaultValue}` **Which issue(s) this PR fixes**: Fixes #1983 **You should pay attention to items below to ensure your pr passes our ci test** We...

**What this PR does**: support xds certificate , fetch cert from agent mode or no agent mode, using it for rpc tls and xds tls. **Which issue(s) this PR fixes**:...

**What this PR does**: add component ref **Which issue(s) this PR fixes**: Fixes #756 **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```

cla:yes
size/XL

**What happened**: the db link did not initialized in mysql sequencer @GimmeCyy related pr: https://github.com/mosn/layotto/pull/605 **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**:...

kind/bug

**What this PR does**: **dubbo-go tls support:** - [x] dubbo protocol support (getty server&client) - [ ] dubbo3 protocol support (triple server&client) ,need to modify [triple ](github.com/dubbogo/triple) - [x] grpc...

**What would you like to be added**: I want to write a sample of dubbo-go using TLS, when I read the code of dubbo-go TLS part, I found that dubbo-go's...

good first issue