Roger Johansson

Results 112 issues of Roger Johansson

PoisonPill IAutoRespond etc.

Protobuf service definitions allows for metadata for e.g. HTTP We _could_ code generate HTTP endpoints for all of this which just forwards incoming calls to the correct actor. The tricky...

* TTL on gossip keys would be good to have - the timestamp would be local to the node owning the value. and invalidated by that node * Delta values...

"[Cluster][Kubernetes] Some Log" vs. "Gossip sent some data" let's apply [CoreModule][SubModule] templates to built in logs. e.g. in Gossip

up for grabs
t:logging

Super quick and dirty PoC of ClusterSharding. Each Shard is a virtual actor. each entity is a child actor of that shard

There is a bug somewhere in the gossip two-ack mechanism. currently, this is disabled in favor for just request-response of gossip data.

bug
t:cluster

It might be worth to try to come up with a way to self-expire heartbeats. Meaning, if a node has failed to transmit its gossip to any other nodes within...

## Connection detection 1 > **info** > Why would A connect to B if A knows B is blocked? > because PIDs are using Address, only once you are connected,...

In the remote reader, when we connect to an address and the remote address returns a member-id that is blocked. We should backoff and not try to reconnect within x...

bug
t:remote

The PartitionActivatorLookup already does this due to the algorithm itself. However, the other ID lookups do not. e.g. PartitionIdentityLookup. let actors continue to stay where they were spawned. We do...

t:cluster