DistributedSetCacheClientService

Description:

Provides the ability to communicate with a DistributedSetCacheServer. This can be used in order to share a Set between nodes in a NiFi cluster

Tags:

distributed, cache, state, set, cluster

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Server HostnameServer HostnameThe name of the server that is running the DistributedSetCacheServer service
Server PortServer Port4557The port on the remote server that is to be used when communicating with the DistributedSetCacheServer service
SSL Context ServiceSSL Context ServiceController Service API:
SSLContextService
Implementations: StandardSSLContextService
StandardRestrictedSSLContextService
If specified, indicates the SSL Context Service that is used to communicate with the remote server. If not specified, communications will not be encrypted
Communications TimeoutCommunications Timeout30 secsSpecifies how long to wait when communicating with the remote server before determining that there is a communications failure if data cannot be sent or received

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.

See Also:

DistributedSetCacheServer, StandardSSLContextService