Roger Johansson

Results 112 issues of Roger Johansson

- [x] Remove Routers - [x] Remove Persistence - use whatever lib you want - [x] Merge all ibs into one. no use to having Proto.Remote as a separate lib...

This one could be a work in progress and we will add more insights over time. But some initial insights around soft real-time vs at-least-once delivery would be great.

Subscriptions for Cluster PubSub is already persistent. But we don't have persistent messaging yet. Currently the flow of pubsub is as follows: Publisher -> Envelope -> Topic Actor -> Subscriber...

enhancement
t:cluster-pubsub

In the Akka world, there is Alpakka for reactive stream integrations with 3rd party tools. Proto.Actor is more and more becoming a stream processing tool and the new PubSub feature...

enhancement
t:cluster-pubsub

After discussions with @DenizPiri, it would be useful to have a mailbox, that measures how long a message have been in the mailbox, and removes messages where the TTL has...

up for grabs
t:actor

If a virtual actor is about to start, the metrics counter increases. But, if the actor fails to start, e.g. bad code in handing `Started` the actor fails, and the...

bug
t:metrics

https://twitter.com/andreabalducci/status/1415226443198513153 This is a classic case of an actor passing a message to itself, and then awaiting on this task. This will deadlock as the request is now stuck in...

t:actor

Let's add a middleware in Remote, that allows us to serialize all messages.

t:remote
t:serialization

Gossip based placement strategy. using actor statistics, with RR fallback