Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
Engineering is aware of this request and are investigating it. There is no ETA for the release. In the meantime it may be possible to create multiple Flex apps in different regions, and use a Compute Engine load balancer to route requests to each app by placing them in compute engine networks.
m....@gmail.com <m....@gmail.com> #3
Our project (goldappybuilder) is set for us-central. Our European users are complaining and indicating that response time, at certain times, is tooo slow; up to 10 seconds. Please let us know how to setup for cross-region load balancing. Also, on Aug 25, you indicated "no ETA"; any status update? This is really urgent. Thanks
da...@google.com <da...@google.com> #4
We would really like to have cross-region load balancing for GAE Standard Environment apps. i.e. the ability to have, in the same project, US and EU hosted GAE Std front ends, and then have each hit their respective back-end VMs (US to US, EU to EU). Some of our EU customers have requirements to host their data within the EU, and if we do so now the US GAE std severs have to talk to the DBs in EU (slow). We can't easily hack this with multiple projects due to security keys, datastore tables and storage buckets tied to the first project.
m....@gmail.com <m....@gmail.com> #5
We will need this in the future as our user base grows.
da...@google.com <da...@google.com>
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #6
We are also very interested in this. Is there any updates on this?
da...@google.com <da...@google.com>
na...@google.com <na...@google.com> #7
Any update on the status of this?
Description
Following the steps outlined in the official KMP Room docs (https://developer.android.com/kotlin/multiplatform/room ) , I see 5 strict mode violations in my code.
They dont seem to cause any noticable lag but i was wondering if this violation is expected?