James Roper

Results 120 comments of James Roper

Depends on how we define simple as to what starting simple means. Starting with the minimum required for a simple use case, eg, to allow proxying HTTP requests, might be...

So, this has turned out to be a bit of a yak shave. There's a lot of things to solve. My progress is here: https://github.com/jroper/cloudstate/tree/eventing I haven't even started on...

Basic outline: * The proxies reference.conf should pick up an entity passivation timeout environment variable, if present (the same way other environment variables are referenced in reference.conf). * The operator...

I've been thinking about this actually - when using CDRTs, we don't want them scaled down to zero immediately, because we need to give the new nodes enough time to...

The primary reason for this is to support a streaming approach - for unary actions it doesn't really matter, but for streamed actions, I wanted users to be able to...

I don't think so - because the gRPC project itself maintains official client libraries for each platform, I don't think our recommendation should be different to what the gRPC project...

Would just need to consider image sizes for that. And yeah we don't necessarily need different images, we could switch entirely using config.

But certainly, for the core build, we could switch to specifying the mode using arguments passed via Kubernetes, rather than in Docker. I think that might be simpler than our...

If I've understood correctly, what the graphs show is the native image allocates roughly 300mb from the OS, and never returns it? That's expected, it's how most Java virtual machines...

Agree with @pvlugter, you don't "connect to an actor system" from a different service, this would be like a Kakfa client trying to connect to a Kafka broker via its...