Johan Andrén
Johan Andrén
No, sorry, that was probably specifically for streaming in calls so doesn't help here. Why is that view not replying within at most two-three seconds though?
We don't want it injected in entities (async callbacks over state that may have changed since etc) could perhaps be one reason. But maybe it would be possible to block...
Transitively calling some other service through an injected component is not something I'd call a hack, rather something that we should guard against if we want Kalix to guide users...
Related issue for forward: https://github.com/lightbend/kalix-jvm-sdk/issues/673
Akka 2.6 is not tested with 21 (no released Akka version is yet, but for main we have nightlies on 21 across Akka modules) so there may be a problems...
It is not really `attempts` but rather `maxRetries` (the first call isn't a retry). Not sure it is worth changing though, parameter names are part of method signature on the...
Docs republished with updated theme
Saw another one on a PR now, Scala 3.3, JDK 17
Docs republished with updated theme
The problem is that a solution that tries to short circuit becomes a bit race conditiony and how failures are propagated becomes unclear. Sample solution, if there is a failure...