Github user MikeThomsen commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2777#discussion_r195271111
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-services/nifi-lookup-service-api/src/main/java/org/apache/nifi/lookup/LookupService.java
 ---
    @@ -35,6 +35,19 @@
          */
         Optional<T> lookup(Map<String, Object> coordinates) throws 
LookupFailureException;
     
    +    /**
    +     * Looks up a value that corresponds to the given map, coordinates. 
FlowFile attributes will also be passed into the
    +     * map labeled context.
    +     *
    +     * @param coordinates a Map of key/value pairs that indicate the 
information that should be looked up
    +     * @param context a Map of FlowFile attributes
    --- End diff --
    
    Done.


---

Reply via email to