gforeman02 commented on code in PR #8484:
URL: https://github.com/apache/nifi/pull/8484#discussion_r1543530660
##########
nifi-nar-bundles/nifi-standard-services/nifi-lookup-services-bundle/nifi-lookup-services/src/main/java/org/apache/nifi/lookup/RestLookupService.java:
##########
@@ -172,6 +173,20 @@ public class RestLookupService extends
AbstractControllerService implements Reco
.addValidator(StandardValidators.TIME_PERIOD_VALIDATOR)
.build();
+ static final AllowableValue PASS_THROUGH = new
AllowableValue("Pass-through",
+ "Pass-through","sends successful and unsuccessful HTTP responses
to the caller");
+ static final AllowableValue HANDLE = new AllowableValue("Handle Service
Errors",
+ "Handle Service Errors", "generates an exception when an
unsuccessful HTTP response code is received");
Review Comment:
Sounds good. This change has been incorporated in the latest 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]