mirror of
https://github.com/bytedance/g3.git
synced 2026-05-05 07:10:51 +00:00
g3proxy: restore support for JSON egress path selection
This commit is contained in:
parent
7d84018441
commit
7c05487748
11 changed files with 144 additions and 18 deletions
|
|
@ -29,11 +29,17 @@ The Cap'n Proto RPC publish command is supported on this escaper, the published
|
|||
|
||||
The following egress path selection methods is supported:
|
||||
|
||||
* :ref:`by map <proto_egress_path_selection_by_map>`
|
||||
* :ref:`by id map <proto_egress_path_selection_by_id_map>`
|
||||
|
||||
If matched, a `bind_ip <config_escaper_dynamic_bind_ip>` with the same `ID` will be used.
|
||||
|
||||
.. versionadded:: 1.7.22
|
||||
.. versionadded:: 1.9.2
|
||||
|
||||
* :ref:`by value map <proto_egress_path_selection_by_value_map>`
|
||||
|
||||
If matched, the JSON MAP value will be parsed as a `bind_ip <config_escaper_dynamic_bind_ip>` and it will be used.
|
||||
|
||||
.. versionadded:: 1.9.2
|
||||
|
||||
Config Keys
|
||||
===========
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue