levilentz commented on code in PR #7677:
URL: https://github.com/apache/nifi/pull/7677#discussion_r1341999040


##########
nifi-nar-bundles/nifi-graph-bundle/nifi-other-graph-services/src/main/java/org/apache/nifi/graph/TinkerpopClientService.java:
##########
@@ -140,7 +139,7 @@ public class TinkerpopClientService extends 
AbstractControllerService implements
             .required(true)
             .defaultValue("/gremlin")
             .addValidator(StandardValidators.NON_EMPTY_EL_VALIDATOR)

Review Comment:
   @mattyb149  -- 
https://tinkerpop.apache.org/javadocs/current/core/org/apache/tinkerpop/gremlin/driver/Cluster.Builder.html#path(java.lang.String)
 looks like it defaults to "/gremlin" if not provided, so I think we can safely 
change this validator. 



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

Reply via email to