mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 14:10:39 +00:00
update doc
This commit is contained in:
parent
e3ae1fa2f7
commit
90a2aa1610
5 changed files with 12 additions and 12 deletions
|
|
@ -29,11 +29,11 @@ The Cap'n Proto RPC publish command is supported on this escaper, the published
|
|||
|
||||
The following egress path selection methods is supported:
|
||||
|
||||
* :ref:`by id map <proto_egress_path_selection_by_id_map>`
|
||||
* :ref:`by map <proto_egress_path_selection_by_map>`
|
||||
|
||||
If matched, a `bind_ip <config_escaper_dynamic_bind_ip>` with the same `ID` will be used.
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
.. versionadded:: 1.7.22
|
||||
|
||||
Config Keys
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -24,11 +24,11 @@ or just one :ref:`peer <config_escaper_dynamic_peer>`.
|
|||
|
||||
The following egress path selection methods is supported:
|
||||
|
||||
* :ref:`by id map <proto_egress_path_selection_by_id_map>`
|
||||
* :ref:`by map <proto_egress_path_selection_by_map>`
|
||||
|
||||
If matched, a :ref:`peer <config_escaper_dynamic_peer>` with the same `ID` will be used.
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
.. versionadded:: 1.7.22
|
||||
|
||||
Config Keys
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ This escaper allows to select a next escaper based on the specified pick policy.
|
|||
|
||||
The following egress path selection methods is supported:
|
||||
|
||||
* :ref:`by id map <proto_egress_path_selection_by_id_map>`
|
||||
* :ref:`by map <proto_egress_path_selection_by_map>`
|
||||
|
||||
If matched, an escaper registered in :ref:`next_nodes <conf_escaper_route_select_next_nodes>` which
|
||||
the name is the same with `ID` will be used.
|
||||
|
|
@ -15,7 +15,7 @@ The following egress path selection methods is supported:
|
|||
The escaper with name `ID` must be present in :ref:`next_nodes <conf_escaper_route_select_next_nodes>`.
|
||||
You can set the weight to 0 to avoid a default selection.
|
||||
|
||||
.. versionadded:: 1.9.0
|
||||
.. versionadded:: 1.7.22
|
||||
|
||||
No common keys are supported.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue