guanw / ct-dns

service discovery with support for different storage options + http/grpc protocols (WIP)
0 stars 0 forks source link

add a retry handler #57

Closed guanw closed 4 years ago

guanw commented 4 years ago

Scenario: if the write/get from store fails, it might be due to random reason like instable network. Should add protection mechanism for retry to minimize this type of impact.

guanw commented 4 years ago

step 1: add retry handler and test (fixed by #60) step 2: enhance it with metrics (fixed by #66)