Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement
Labels (2)
avatar
New Member

MiNiFi has http configuration Listener feature which can pull flow file configuration from the remote command control server, validate and apply the new flow configuration. The new file configuration should be a valid flow configuration yaml file.

The way to configure the URL endpoint, pull interval and related security parameters.

in minifi.properties

nifi.configuration.listener.type=http

nifi.configuration.listener.http.url=https://localhost:8080

nifi.configuration.listener.pull.interval=1 sec

if you want to enable client certificate

nifi.https.need.ClientAuth=true

nifi.https.client.certificate=./conf/client.pem

nifi.https.client.private.key=./conf/client.key

nifi.https.client.pass.phrase=./conf/password

nifi.https.client.ca.certificate=./conf/nifi-cert.pem

1,925 Views
Version history
Last update:
‎09-08-2017 05:59 PM
Updated by:
Contributors