mirror of
https://github.com/bytedance/g3.git
synced 2026-05-03 06:00:42 +00:00
25 lines
657 B
ReStructuredText
25 lines
657 B
ReStructuredText
.. _configuration_escaper_route_mapping:
|
|
|
|
route_mapping
|
|
=============
|
|
|
|
This escaper allows to select a next escaper based on the user specified path selection index.
|
|
|
|
The following egress path selection methods is supported:
|
|
|
|
* :ref:`by index <proto_egress_path_selection_by_index>`
|
|
|
|
The index will be used as the index of the next escaper
|
|
|
|
If no index can be get from the path selection method, the default random one will be used.
|
|
|
|
No common keys are supported.
|
|
|
|
next
|
|
----
|
|
|
|
**required**, **type**: seq
|
|
|
|
This set all the next escapers. Each element should be the name of the target float escaper.
|
|
|
|
.. note:: No duplication of next escapers is allowed.
|