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:29:00 UTC

[jira] [Created] (GEODE-4665) New protocol: enable cache Transactions

Brian Baynes created GEODE-4665:
-----------------------------------

             Summary: New protocol: enable cache Transactions
                 Key: GEODE-4665
                 URL: https://issues.apache.org/jira/browse/GEODE-4665
             Project: Geode
          Issue Type: New Feature
          Components: client/server
            Reporter: Brian Baynes


As a dev using the new protocol, I need to be able to send requests packaged in a transaction, using the same transactional contract as the existing Java client (for cache transactions, not JTA transactions).

Implement transactions for new protocol clients, enabling multiple operations to be wrapped in a transaction, rolling back when called for, sending errors as necessary, and committing with response when all operations succeed.  Functionality should match that of cache transactions for Java clients. 



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