[
https://issues.apache.org/jira/browse/GEODE-2997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095491#comment-16095491
]
ASF GitHub Bot commented on GEODE-2997:
---------------------------------------
Github user galen-pivotal commented on the issue:
https://github.com/apache/geode/pull/649
Some other thoughts from today:
* make GetAllResponse return a collection of Entries and a collection of
errors.
* make Get and GetAll return the same type of response, as mentioned above.
Get will always return a single key in either the success or error collections.
- maybe looking in a collection is extra overhead for a simple Get
request?
- bigger errors (like malformed messages) will still return errors at
the Response level rather than errors nested in the response message.
Thoughts?
> New flow: putAll/getAll
> -----------------------
>
> Key: GEODE-2997
> URL: https://issues.apache.org/jira/browse/GEODE-2997
> Project: Geode
> Issue Type: Sub-task
> Components: client/server
> Reporter: Brian Baynes
>
> Create proto message definitions and op handler for putAll/getAll messages.
> Client should be able to complete putAll/getAll of primitives and JSON with
> response.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)