()
| 21 | type defaultReplicationStrategy struct{} |
| 22 | |
| 23 | func NewDefaultReplicationStrategy() ReplicationStrategy { |
| 24 | return &defaultReplicationStrategy{} |
| 25 | } |
| 26 | |
| 27 | // Filter decides, given the set of instances eligible for a key, |
| 28 | // which instances you will try and write to and how many failures you will |
no outgoing calls