Michael Nash
Michael Nash
As of 2020-05-23, cloudstate.io resources are: $ kubectl api-resources --api-group=cloudstate.io NAME SHORTNAMES APIGROUP NAMESPACED KIND routes cloudstate.io true Route statefulservices cloudstate.io true StatefulService statefulstores cloudstate.io true StatefulStore Using kubectl explain...
We can't use akka persistence typed in the Cloudstate proxy: - Commands are handled asynchronously (ie, they go through Akka gRPC to the user function) but akka persistence typed requires...
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...
A suggestion for a plugin for protoc compiler which generates a stub for a given language support from a gRPC descriptor
The section in the "Update from Events, Not Commands" area of the documentation is not sufficiently clear, and perhaps needs a diagram, as it is very important to get right.
Currently it is hard to configure logging for cloudflow streamlets. You have to specify a logback.xml per sub-project in src/main/resources to get the file on the classpath, which works for...
This can be used to stop/pause processing of parts of the application, which can be useful in many scenarios. It also gives some more control to the user. We envisioned...
It is currently hard for users to track which versions of dependencies they are getting and which versions they should use when adding extra dependencies to their projects. This results...
Trevor got into some trouble on a Java project, when he forgot to set the schemaCodeGenerator ``` schemaCodeGenerator := SchemaCodeGenerator.Java, ``` He only found out when running his app that...
When executing kubectl cloudflow version the CLI should also query the cluster for the version of the operator(s) installed and report that along with the client version. The Cloudflow operator...