[google-appengine] Transaction across Java appengine datastore and cloud sql

2018-05-13 Thread Nick
You can’t span different storage services with transaction at this time. Right now, only the task queue and datastore can participate in a transaction. This will allow you to achieve most of the outcome you’re looking for (ie guaranteed writes), but not advanced transactional controls. When

[google-appengine] Microservices written in Java for the standard environment

2018-05-13 Thread Mikael Hjalmarson
Hi, I'm sorry if these questions have been answered in older threads, but I've tried my best to search through the group. This week I took my first steps in GAE, but it seems hard to get going with something other than simple HelloWorld apps since the documentation is lacking. I guess what I'm

[google-appengine] Re: Transaction across Java appengine datastore and cloud sql

2018-05-13 Thread Ani Hatzis
It seems your code-base has grown into a quite huge monolithic app. If you haven't done yet, you might look into this: Microservices Architecture on Google App Engine . You could expand your app by putting new

Re: [google-appengine] OmitStackTraceInFastThrow

2018-05-13 Thread Joshua Fox
Thank you. I will follow up there. On Thu, May 10, 2018 at 5:28 PM, Brian de Alwis wrote: > You might find this conversation helpful: > > https://groups.google.com/forum/#!msg/java8-on-gae/ > ejh4go3DRTA/oqI0Ip9pAQAJ > > On 10-May-2018, at 5:44 AM, Joshua Fox

Re: [google-appengine] Re: redirecting to login page

2018-05-13 Thread san lama
sure i will !!! On Wed, May 9, 2018 at 10:59 PM, 'George (Cloud Platform Support)' via Google App Engine wrote: > You are kindly invited to share more detail on the solution you found, for > the benefit of people faced with the same issue. > > -- > You

[google-appengine] Transaction across Java appengine datastore and cloud sql

2018-05-13 Thread Rajesh Gupta
Hi, We are running out of indexes on appengine datastore. We have 10-20 remaining. No time for doing refactoring and to regain the indexes. One thought is to use Cloud sql or Cloud spanner for further development. There are other reasons also to look for alternatives to datastore. (finding