Sh Cache Microservice configuration
The Sh Cache Microservice resource adaptor has configuration properties related to:
-
The Sh Cache Microservice to connect to — hosts and ports
The Sh Cache Microservice instance to connect to
These configuration options define the host the resource adaptor entity should connect to …
Name | Type | Default | Description |
---|---|---|---|
|
|
|
Whether to use a proxy server. When using a proxy server, all connections are routed through the proxy server. The request URL for messages, as determined by the server URL below, is not affected by this setting. |
|
|
|
The hostname of the proxy server. |
|
|
|
The port of the proxy server. |
|
|
The URL for the Sh Cache Microservice. |
|
|
|
|
The number of threads to use for processing HTTP requests and responses. |
|
|
|
The connect timeout in seconds. |
|
|
|
The idle timeout in seconds. 0 means no timeout. |
|
|
|
The request timeout in seconds. |
|
|
|
Whether to use HTTP keep-alive. |
|
|
|
HTTP keep-alive timeout in seconds. |
|
|
|
HTTP connection pool size. The pool size per thread is this number divided by http.ioThreads, rounded up. Therefore the actual max pool size could be slightly bigger than this configured value. |
|
|
The URL that notifications from Sh Cache Microservice will be sent to. This hostname must be able to be resolved by ShCM hosts. |
|
|
|
|
Port to listen on for notifications. |
|
|
|
Required when running multiple cluster nodes on the same host. If true, the RA will automatically add an offset to the notification port number so that each ShCM RA instance gets a different port number. |
|
|
|
Required when running multiple cluster nodes on the same host. If http.notificationPortOffsetEnabled is enabled, the ShCM RA’s port will be calculated as Port + (NodeID - PortOffset). Typically the PortOffset value used is the lowest NodeID in the cluster. So if http.notificationPort is 8089, the lowest NodeID is 101, this value is configured to 101, and the cluster has nodes 101, 102 and 103, the SIP ports used will be 8089, 8090 and 8091 respectively. |
|
|
|
Subscription expiry time in seconds. |
|
|
|
Enable the notification server to receive HTTP notifications for UE Reachability For IP |
|
|
|
Enables logging in netty used by vert.x. For debugging purposes only, don’t use in production! |