Graham Pople

Results 8 comments of Graham Pople

For further context, the Couchbase transactions API is based around the user providing their transactional logic inside a lambda, that we can retry as needed. A simple transaction could look...

Thanks for the suggestion @KeatsPeeks. After also upgrading everything to latest, it worked great.

There is also an odd 'leveloffset' artifact here: ` We are also looking into tighter integration of the transaction library into the spring data library ecosystem. :leveloffset: -1 `

> I believe the first cas is when it is saved in the transaction 'staging' area (spring-data-couchbase has access to that cas via the transaction api), and the second cas...

Hi @jvican, could you possibly share that reflect-config.json? I'm hitting the following error when compiling MpscArrayQueue with Graal and it's unclear how to resolve it: ` Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException:...

Small note that this is really needed for the other platform that shall not be named :) (Though it is required for Protostellar too, yes)

This did get discussed as one potential path for the SDKs, but was abandoned in favour of only sending query_context if the application explicitly chose a scope based API. What...