-
Although today we only offer support for Google PubSub and logging eventing is on the way with James' work, we were unable to declare different providers for in / out topics. It would be desirable (an…
-
The current CRD is defined like this:
```yaml
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: statefulstores.cloudstate.io
spec:
group: cloudstate.…
-
It would great to have a specific set of recommendations to Cloudstate users for how to test their functions, especially when it comes to testing with the Proxy itself.
I assume unit testing would …
-
Clean up the .protos and create a formal specification for the interactions, and then transfer those rules to the TCK for verification.
-
Hello I am trying to compile my code and I get the following error:
```
error[E0277]: the trait bound `builders::java::throw::Error: std::convert::From` is not satisfied
--> src/commands.rs:94:9
…
-
This feature request might not actually require any code, depending on how it's done. Currently, Akka cluster nodes can have roles. There are currently no semantics in the names of roles, adding a par…
-
With a bit of hype lately as well as some real emerging demand, I'd like to open this issue to support [ARM64](https://en.wikipedia.org/wiki/AArch64). There are multiple tasks to do and also some chal…
-
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 from the community in its development, deve…
-
Currently, there's no simple way to run the proxy locally, which means there's no way to run a stateful service locally and talk to it using its gRPC interface.
Of course, you can run minikube or s…
-
Prompted by #377 and naming discussions, let's define the terms we'll be using for Cloudstate going forward.
Discussions have led to renaming `stateless function` -> `action`. And using `workflow` …