-
Tech overview doc: https://docs.google.com/document/d/1xEdgzzhXk-VW_KHkU6TG5sNoxjEtuoTxE7h7QmR79bo/edit
https://github.com/cloudstateio/cloudstate
jbeda updated
4 years ago
-
No support for `console.log()` directly on `getRoot("xxxxxxx")` makes debugging test cases more difficult.
## How to reproduce
### Any test file
```js
{
const object = {
value: "hello" …
-
Hi there, I'm the ZenFS author. Just a suggestion, it may be easier to extend `SyncTransaction` ([doc](https://zenfs.dev/core/classes/SyncTransaction.html), [source](https://github.com/zen-fs/core/blo…
-
Implement a Kubernetes Operator which manages CloudStation projects within a cluster. The operator should not duplicate the efforts and functionality of the CloudState operator; it should instead com…
-
**Is your feature request related to a problem? Please describe.**
I want to create a new Cloudstate service. However, the following command fails because there are no templates in `~/.cloudstate`:
…
-
In Cloudstate, we offer an inmemory mode. This is useful for trying out Cloudstate, it means you can deploy Cloudstate to Kubernetes and then immediately deploy a sample application with two commands,…
-
**Description*
The brew installer does not work since there is a SHA256 mismatch.
Looks like it try to download the cloudstate-0.4.1-osx.tar.gz and the 0.5 one (my guess)
**To Reproduce**
Steps…
ghost updated
4 years ago
-
Add the ability to tell which namespaces to consider when scanning CloudState operator for sidecar proxy injection.
Set the property in cloudstate HOCON kubernetes config map
Example:
cloudstat…
-
Having a CRDT StatefulService, when I deploy one instance, everything work just fine, but once I deploy 2 replicas using
` kubectl -n cloudstate scale deploy cloudstate-rest-connector-deployment --…
-
The CLI offers many important command options and arguments that manage, or should manage, the entire development cycle of a cloudstate serveless function. Beautiful.
But I see that it would be inter…