pgyori commented on a change in pull request #4603:
URL: https://github.com/apache/nifi/pull/4603#discussion_r513580565



##########
File path: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ListenHTTP.java
##########
@@ -74,7 +78,10 @@
 @Tags({"ingest", "http", "https", "rest", "listen"})
 @CapabilityDescription("Starts an HTTP Server and listens on a given base path 
to transform incoming requests into FlowFiles. "
         + "The default URI of the Service will be 
http://{hostname}:{port}/contentListener. Only HEAD and POST requests are "
-        + "supported. GET, PUT, and DELETE will result in an error and the 
HTTP response status code 405.")
+        + "supported. GET, PUT, and DELETE will result in an error and the 
HTTP response status code 405. "
+        + "GET is supported on <service_URI>/healthcheck. If the service is 
available, it returns \"200 OK\" with an empty response body. "
+        + "The health check functionality can be configured to be accessible 
via a different port. "

Review comment:
       Thank you! Fixed it with the next commit.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to