未验证 提交 5ed9762d 编写于 作者: C code 提交者: GitHub

new components id for envoy proxy (#5629)

Signed-off-by: Nwbpcode <comems@msn.com>
上级 2c729b5d
...@@ -29,6 +29,7 @@ This is a both-way mapping, agent or SDK could use the value(ID) to represent th ...@@ -29,6 +29,7 @@ This is a both-way mapping, agent or SDK could use the value(ID) to represent th
- Lua reserved: [6000, 7000) - Lua reserved: [6000, 7000)
- Python reserved: [7000, 8000) - Python reserved: [7000, 8000)
- PHP reserved: [8000, 9000) - PHP reserved: [8000, 9000)
- C++ reserved: [9000, 10000)
Example Example
```yaml ```yaml
......
...@@ -477,6 +477,11 @@ Predis: ...@@ -477,6 +477,11 @@ Predis:
id: 8006 id: 8006
languages: PHP languages: PHP
# C++ components
# [9000, 10000) for C++ agent
EnvoyProxy:
id: 9000
languages: C++
# Component Server mapping defines the server display names of some components # Component Server mapping defines the server display names of some components
# e.g. # e.g.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册