exceptionfactory commented on code in PR #7344: URL: https://github.com/apache/nifi/pull/7344#discussion_r1265295102
########## minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf: ########## @@ -150,17 +107,11 @@ java.arg.14=-Djava.awt.headless=true #c2.rest.connectionTimeout=5 sec #c2.rest.readTimeout=5 sec #c2.rest.callTimeout=10 sec -## heartbeat in milliseconds -#c2.agent.heartbeat.period=5000 -## define parameters about your agent -#c2.agent.class= +# Comma separated list of HTTP headers, eg: Accept:text/json +#c2.rest.http.headers=text/json Review Comment: Is there a reason this has `text/json` instead of the standard `application/json`? -- 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]
