-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Sharding EMEA
-
Sharding EMEA 2023-08-21
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
The --routerPort command line option enables the process to listen to the port 27016 for routing request. This also allows to specify a custom port as an option value, e.g., --routerPort 13000.
Is it possibile to have this option with the same behaviour in a YAML configuration file?
The possible use cases to consider are:
- Enable the embedded router on the default port
- Enabled the embedded router on a custom port
The format should be the following:
net: routerPort: 13000