ExternalHazelcastCacheManager

Description:

A service that provides cache instances backed by Hazelcast running outside of NiFi.

Additional Details...

Tags:

hazelcast, cache

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, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Hazelcast Cluster Namehazelcast-cluster-namenifiName of the Hazelcast cluster.
Supports Expression Language: true (will be evaluated using variable registry only)
Hazelcast Server Addresshazelcast-server-addressAddresses of one or more the Hazelcast instances, using {host:port} format, separated by comma.
Supports Expression Language: true (will be evaluated using variable registry only)
Hazelcast Initial Backoffhazelcast-retry-backoff-initial1 secsThe amount of time the client waits before it tries to reestablish connection for the first time.
Hazelcast Maximum Backoffhazelcast-retry-backoff-maximum5 secsThe maximum amount of time the client waits before it tries to reestablish connection.
Hazelcast Backoff Multiplierhazelcast-retry-backoff-multiplier1.5A multiplier by which the wait time is increased before each attempt to reestablish connection.
Hazelcast Connection Timeouthazelcast-connection-timeout20 secsThe maximum amount of time the client tries to connect or reconnect before giving up.

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.