Renato Cavalcanti

Results 258 comments of Renato Cavalcanti

That's how it's done in the Kotlin template. In the main function before starting application. I don't see a reason for that to fail tough. Can you post here the...

An alternative would be to consider `String` to be the same as `Effect`. This will reduce quite a lot the boilerplate for cases where we want to return a simple...

We raised the question the other day if it's a good idea to offer many options to do the same. My take on that is that for the most straightforward...

Effect will be practically unavoidable for Entities as without them you can't even start. So the most simple use case will already require the `Effect` API. For read-only commands we...

> Why is that view not replying within at most two-three seconds though? It's worse than that. It seems that the CompletionStage is not scheduled until the timeout in the...

It's already not possible to inject Kalix components into other Kalix components, but also not possible to inject Kalix components in any other place. Basically, Kalix components always be at...

I don't recall that I have pledged for this (#673), but that's consistent with what I usually think.

I think we will have to keep supporting it. In #673, Johan also mentions side effects. I agree that forward and side effects don't seem very useful inside entities, but...

It seems that Protobuf samples are still using Java 11. Not sure if oversight or we have a reason for it.

Ok, I open a PR to see what CI says, but we can wait to merge it if we feel it's too early for the move.