-
In an effort to intercept calls to methods of the different contexts.
We need a decent way to decorate the context instances.
What I mean here is:
`IContext.RequestAsync` → `MyDecoratorContext…
-
hi
my project go version is 1.85
compiler protoactor errror sync.Map undefined is really a bug??? thanks
https://github.com/AsynkronIT/protoactor-go/blob/dev/actor/guardian.go#L11
-
I have been thinking about the API.
We do have some features that were just copied from Akka.
e.g.
Stashing and Stackable behaviors.
Do we really need those to be in the core API or should we …
-
Hey @rogeralsing, @BorisTasevski in Gitter brings up this topic about add/remove kind during runtime, the use case is
1. dynamically load/unload dlls.
2. a root actor that can change the behaviour o…
-
At the moment we're using println, that makes it hard to control the log-levels
orjan updated
6 years ago
-
There is a akka lib for using crdt for distributed computation.
https://doc.akka.io/docs/akka/snapshot/distributed-data.html?language=scala
Does this exist yet in this lib ?
There are some crea…
ghost updated
6 years ago
-
i found ```actor/middleware/protozip/outbound_middleware.go```,can get header for tracing. But the header need init, so:
1. how can i preset **trace-id/span-id/child-id** before inbound when use **p…
-
As stashing needs to survice between actor restarts, it cannot be created inside the actor.
Currently it is created by the Context for this reason.
But as with #200, I would like to make as much as …
-
## Description
Currently, there is a `Tell`, `Request`,`RequestFuture` method for both **PID** and **Context**, but the latter is able to use Outbox_Middleware. Once we need to pass the message envir…
-
Currently, it is not possible to spawn child actors using the code generated grains.
They are simple RPC interfaces.
It would be nice to be able to at least get access to a narrower context with t…