Description:

No description provided.

Additional Details...

No Tags provided.

Properties:

In the list below, the names of required properties appear in bold. Anyother properties (not in bold) are considered optional. The table also indicates any default values, whether a property supports the NiFi Expression Language (or simply EL), and whether a property is considered "sensitive", meaning that its value will be encrypted. Before entering a value in a sensitive property, ensure that the nifi.properties file has an entry for the property nifi.sensitive.props.key.

NameDescriptionDefault ValueValid ValuesELSensitive
PortThe port to listen on for incoming connections4557NoNo
Maximum Cache EntriesThe maximum number of cache entries that the cache can hold10000NoNo
Eviction StrategyDetermines which strategy should be used to evict values from the cache to make room for new entriesLeast Frequently Used
  • Least Frequently Used
  • Least Recently Used
  • First In, First Out
NoNo
Persistence DirectoryIf specified, the cache will be persisted in the given directory; if not specified, the cache will be in-memory onlyNoNo
SSL Context ServiceIf specified, this service will be used to create an SSL Context that will be used to secure communications; if not specified, communications will not be secureNoNo