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