[
https://issues.apache.org/jira/browse/GEODE-3503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139322#comment-16139322
]
ASF GitHub Bot commented on GEODE-3503:
---------------------------------------
Github user kohlmu-pivotal commented on a diff in the pull request:
https://github.com/apache/geode/pull/737#discussion_r134895876
--- Diff: geode-protobuf/src/main/proto/region_API.proto ---
@@ -58,6 +58,7 @@ message GetAllRequest {
message GetAllResponse {
repeated Entry entries = 1;
+ repeated KeyedErrorResponse failedKeys = 2;
--- End diff --
reverted
> Remove Codec classes for Protobuf encoded primitives
> ----------------------------------------------------
>
> Key: GEODE-3503
> URL: https://issues.apache.org/jira/browse/GEODE-3503
> Project: Geode
> Issue Type: Sub-task
> Components: client/server
> Reporter: Udo Kohlmeyer
> Assignee: Udo Kohlmeyer
>
> As per the initial implementation, the client protocol would encode all
> primitives using specified codecs. To improve on this, all primitives are now
> encoded using protobuf and the codec classes are not required anymore and can
> be removed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)