EMS Options

These options apply to the connections between the proxy and one or more EMS servers.

ems.default_server_group

Name of the server group that clients will connect to if no specific groups are specified on the connect call. This must match the name of one of the server groups defined in the ems.server_groups[] array.

Default value: none

Example usage:

Command Line

--ems.default_sever_group group1

Config File

ems:
  default_server_group: group1

Environment Variable

EMSRESTD_EMS_DEFAULT_SERVER_GROUP=group1

ems.server_groups[]

Array of EMS server groups. A server group can consist of one of the following:

  • A standalone EMS server instance.

  • The 2 fault-tolerant peer EMS server instances present in a file-based stores deployment.

  • The 3 EMS server instances present in an FTL stores deployment.

Each entry in this array has the options described in EMS Server Group Options.