Google Cloud Datastore – Lazy List Loading
This question is the second part of my debugging journey regarding retryable Datastore exceptions. The first part of my issue can be found here.
Google Cloud Datastore – com.google.cloud.datastore.DatastoreException: Non-protobuf error
I am using Objectify, a Java data access API designed for Google Cloud Datastore, in my Java application running on Cloud Run. Over the past week, I have encountered around 400 occurrences of the following exception during random read operations for different entities.