[
https://issues.apache.org/jira/browse/UIMA-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970826#action_12970826
]
Jerry Cwiklik commented on UIMA-1377:
-------------------------------------
deferred beyond 2.3.1 release
> Extend Uima AS client API to return iterator from sendAndReceive()
> ------------------------------------------------------------------
>
> Key: UIMA-1377
> URL: https://issues.apache.org/jira/browse/UIMA-1377
> Project: UIMA
> Issue Type: Bug
> Components: Async Scaleout
> Affects Versions: 2.3AS
> Reporter: Jerry Cwiklik
> Assignee: Jerry Cwiklik
> Priority: Minor
>
> Current Uima AS client code doesn't support synchronous call to a Cas
> Multiplier. The provided API sendAndReceive() expects to see a single
> response from a service, which is not working with CM.
> The client API needs to be extended to support returning an iterator over
> CASes to be consistent with the uima core. Unfortunately, java prevents
> overloading based on return types, so we may need to add a new method. Can't
> change the existing method for backwards compatibility.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.