You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2018/01/09 16:39:00 UTC

[jira] [Closed] (UIMA-5697) UIMA-AS: modify RunRemoteAsyncAE to support service targeting

     [ https://issues.apache.org/jira/browse/UIMA-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-5697.
-------------------------------
    Resolution: Fixed

Modified to support targeting of specific instance of a service. When targeting is specified, the code uses sendAndReceive(...., String selector) API. Otherwise, an asynchronouse sendCAS() is used. Also, when the code is configured to use a CollectionReader, and targeting is defined, the code will send all CASes to the service matching given selector

> UIMA-AS: modify RunRemoteAsyncAE to support service targeting
> -------------------------------------------------------------
>
>                 Key: UIMA-5697
>                 URL: https://issues.apache.org/jira/browse/UIMA-5697
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>             Fix For: 2.10.2AS
>
>
> The RunRemoteAsyncAE should change to support targeting of specific service instance. The code already accepts a command line option for targeting but the UIMA-AS client is not using it 
> If -TargetServiceId is provided, the client should use synchronous sendAndReceive(cas,List<>,serviceTargetId) API instead of asynchronous send().
> Modifiy comments to include description of TargetServiceId option. Also modify usage text to include targeting option.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)