chrisdinn / brando

A Redis client written with Akka's IO package
Other
107 stars 24 forks source link

Add optional health monitor to ShardManager #24

Closed ANorwell closed 10 years ago

ANorwell commented 10 years ago

HealthMonitor is a trait that mixes in to ShardManager, and monitors the shards by Pinging them to observe if they become unresponsive.

It's not clear at all if this functionality belongs in brando, or instead should be implemented by the user, but in some situations detecting unresponsive (but not disconnected!) connections is something that needs to be done.