adamdebreceni commented on code in PR #1344:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1344#discussion_r891139818
##########
conf/minifi.properties:
##########
@@ -102,11 +102,16 @@
nifi.c2.root.class.definitions.metrics.metrics.processorMetrics.classes=GetFileM
## HeartbeatLogger logs the heartbeats on TRACE for debugging.
#nifi.c2.agent.heartbeat.reporter.classes=HeartbeatLogger
+# specify encoding strategy for c2 requests (gzip, none)
+#nifi.c2.rest.request.encoding=none
+
## enable the controller socket provider on port 9998
## off by default. C2 must be enabled to support these
#controller.socket.host=localhost
#controller.socket.port=9998
+## specify the destination of c2 directed assets
+#nifi.asset.directory=${MINIFI_HOME}/asset
Review Comment:
yes I added them on purpose, they are just documentation related changes and
forgot from the asset PR
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]