-
```
What steps will reproduce the problem?
1. persist object through datastore
2. read it through Objectify, you get an old version
3. no way to ask objectify to evict the object from memory
What is …
-
Folks,
I updated a static `AerospikeCluster` manifest with a bunch of EKS nodes on `k8sNodeBlockList`. This triggered an update as expected:
```
NAME READY STATUS RESTA…
-
The benefits aren't very clear since this isn't a "real" key-value database. This could be an approach for an alternative implementation, for example for a development/local-only Node.js server compat…
-
I have ~50M entities stored in datastore. Each item can be of one type out of a total 7 types.
Next, I have a simple MapReduce job that counts the number of items of each type. The Mapper emits (type…
-
Hi,
I am getting following error when I run "terramform plan"
```
Error setting up client: Post https://vCenter_IP/sdk: tls: failed to parse certificate from server: x509: negative serial number
`…
-
I a m trying to create a machine with the driver `vmwarevsphere` like this:
```
docker-machine -D create --driver vmwarevsphere \
--vmwarevsphere-vcenter="vcenterName" \
--vmwarevsphere-username="roo…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
We'll need one binary for the server. We'll need another binary for the CLI.
Per the [docs](https://doc.rust-lang.org/cargo/guide/project-layout.html):
> The default executable file is `src/main…
-
Allow exporting and importing the database via web. Consider doing it with `bson`, or even just plain-text json. As I see you're considering moving away from SQLite, perhaps consider storing the data …
-
**Describe the feat you'd like**
First of all - thanks for your work! I really like the interface and functionality - it's a great alternative to the commerical SaltStack Enterprise for the most basi…