[ 
https://issues.apache.org/jira/browse/NIFI-5661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644942#comment-16644942
 ] 

ASF GitHub Bot commented on NIFI-5661:
--------------------------------------

Github user mcgilman commented on the issue:

    https://github.com/apache/nifi/pull/3046
  
    Thanks for the update. We do not want to reference another module directly 
via `nf.`. This would only be working currently because we have not enabled a 
module loader yet. However, the codebase currently supports one. This can be 
seen at the top of any of the JS files. If a module loader was turned on, this 
would fail because the `nf.` namespace would no longer be in global scope.
    
    If you want to reference something in another module, we'll need to import 
it. Alternatively, you could import it in a module that is already imported in 
both. In the policy case, the combo options are in `nfCommon` and a utility 
function was added to access them.


> Add UI support for load balancing connections
> ---------------------------------------------
>
>                 Key: NIFI-5661
>                 URL: https://issues.apache.org/jira/browse/NIFI-5661
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core UI
>            Reporter: Koji Kawamura
>            Assignee: Koji Kawamura
>            Priority: Major
>
> NIFI-5516 adds FlowFile load-balancing feature at connections. We need UI 
> controls to:
>  - Configure if a connection is load balanced and what strategy to use.
>  - Indicator that load balancing is in progress



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to