cloudstate
cloudstate copied to clipboard
Distributed State Management for Serverless
I believe that this must have been some mistake made by some intern at LB, a company that started this project here as OSS and that received so much support...
Hi there👋 @viktorklang @jroper @pvlugter @jboner Cloudstate is in limbo and not much is going on with the project. At [eigr.io](https://eigr.io) originaly we're based on the protocol Cloudstate is based...
@jroper observes: I created a StatefulService manually with kubectl, the resource was created successfully, however, when the operator tried to reconcile it, this exception was thrown: ``` 2021-02-01T23:35:43.929Z ERROR controller...
refs: https://github.com/grpc/grpc-swift
Using ValueEntity in the .proto file and Entity for the Java implementation creates a usability issue. For Event Sourced entities, the Java annotation is @EventSourcedEntity. And, since the doc already...
The native-image smoke test for Cassandra is often failing and too unreliable. This test will be disabled until we can address this. Example logs for failed test ``` #!/bin/bash -eo...
I think there are minor quirks with some of our protobuf files and definitions. Nothing is broken, but some best practices and guidance to be consistent within the project could...
https://www.graalvm.org/release-notes/20_2/#2020
The documentation for the Java [Event Sourcing Support states](https://cloudstate.io/docs/core/current/user/lang/java/eventsourced.html#emitting-events) that: >Invoking emit will immediately invoke the associated event handler for that event - this both validates that the event can...
Following documentation does not have content. https://cloudstate.io/docs/develop/install.html How to bring up a dev environment not tied to GKE ?