Remote Binary Provider Template
The following table lists the elements in the remote binary provider template.
类型 |
远程 |
connectionTimeout |
Default: 5000 ms Time before timing out an outgoing connection. |
socketTimeout |
Default: 15000 ms Time before timing out an established connection (i.e. no data is sent over the wire). |
maxConnections |
Default: 200 Maximum outgoing connections from the provider. |
connectionRetry |
Default: 2 How many times to retry connecting to the remote endpoint. |
zone |
The name of the sharding zone the provider is part of (only applicable under a sharding provider). |
checkPeriod |
Default: 15000 ms The minimum time to wait between trying to re-activate the provider if it had fatal errors at any point. |
Remote Binary Provider Example
The following is an example how a remote binary provider may be configured. To see how this can be integrated with a completebinarystore.xml
configuration, please refer to the example underSharding-Cluster Binary Provider.
15000 5000 15000 200 2 remote