You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Brian Baynes (JIRA)" <ji...@apache.org> on 2018/02/13 18:33:00 UTC

[jira] [Updated] (GEODE-3646) Protobuf: Add update message

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

Brian Baynes updated GEODE-3646:
--------------------------------
    Description: 
As a dev using the new protocol, I need to be able to update an entry that already exists, receiving an error if the key is not already in the cache.

Create "update" message.

Client should receive error if key does not already exist. Put should only succeed if key was already present.

  was:
As a user of Geode's new client/server protocol, I need to be able to put (replace) an entry if and only if the key already exists in the region.
Add replace-only-if-present message to new protocol.


        Summary: Protobuf: Add update message  (was: Add replace-only-if-present message)

> Protobuf: Add update message
> ----------------------------
>
>                 Key: GEODE-3646
>                 URL: https://issues.apache.org/jira/browse/GEODE-3646
>             Project: Geode
>          Issue Type: New Feature
>          Components: client/server
>            Reporter: Brian Baynes
>            Priority: Major
>
> As a dev using the new protocol, I need to be able to update an entry that already exists, receiving an error if the key is not already in the cache.
> Create "update" message.
> Client should receive error if key does not already exist. Put should only succeed if key was already present.



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