-
Hello,
Is there any plan on releasing this bootcamp for golang protoactor?
Thank you
-
* Can_publish_messages_via_batching_producer
* ClusterMaintainsSingleConcurrentVirtualActorPerIdentity - Push based only?
//Only seen once, but still interesting cc @mhelleborg
* Error: Syst…
-
Python provide several queues implementation as queue, asyncio.queue and multiprocessing.queue.
Due Python features we will provide several dispatcher which one may be more appropriate than the oth…
-
I have some strong consistency scenarios like upgrade business logic in production.
I noticed that `actor/grain` of `protoactor-go/cluster` lost states when the cluster nodes shrinking by `cluster.Sh…
cupen updated
2 years ago
-
I need to implement this in .NET:
https://raw.githubusercontent.com/asynkron/protoactor-go/dev/cluster/clusterproviders/etcd/etcd_provider.go
Do you have a concrete example of this? in C#
Wou…
-
Hi all,
The main development seems to be happening on the dev branch and has been marked as [beta development](https://github.com/AsynkronIT/protoactor-go/search?q=beta&unscoped_q=beta).
What is…
-
I have written a benchmark to compare using hollywood to using go channels.
The benchmark can be found here: https://github.com/andreaugustoaragao/bench_actors/blob/main/actors_test.go
I don't k…
-
Currently, we have OpenTracing support: https://github.com/asynkron/protoactor-go/tree/dev/actor/middleware/opentracing
This should be updated to support OpenTelemetry.
-
- compile type operator overriding
- expression patters
- DI
- analog of C# record
- switch expression
- prefix nullable / nable - allow to assign nil
- strong typed forward constant
- internal…
-
I want to debug an app that uses ProtoActor with Consul. It took me long time to understand that I need to increase `HeartbeatExpiration` so that app will not shutdown by itself. Are there any caveats…