For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set Routing

Flags

Flag

Type/Options

Default

Description

--routing-data

string

""

Set routing data

--routing-file

string

""

set routing file

--routing-url

string url

""

Set routing data loading url

--routing-auto-reload

int

0

Set auto reload routing data from url

Example

Set predefined routing rules data where routing.json is json array of routing rules:

kubemqctl create cluster --routing-file ./routing.json

Last updated