> On Apr 17, 2019, at 9:26 AM, Charlie Black <cbl...@pivotal.io> wrote:
>
> The way transactions are done in Geode there shouldn't be any artifacts on
> the client side.
>
> For more info check out the chapter on transactions with Geode:
> https://geode.apache.org/docs/guide/16/developing/transactions/JTA_transactions.html
This is true for the Java clients using JTA but the C++ client obviously can’t
use JTA so it implements an interface that a consumer can use to enroll in
transactions manually. This interface originally supported single phase
commits. The two phase commits being asked for was never made public but should
be.
-Jake