bufbuild / httplb

Client-side load balancing for net/http
https://pkg.go.dev/github.com/bufbuild/httplb
Apache License 2.0
48 stars 2 forks source link

Add polling healthchecker #25

Closed jchadwick-buf closed 1 year ago

jchadwick-buf commented 1 year ago

Plus, a simple HTTP GET-based prober implementation.

linear[bot] commented 1 year ago
TCN-1865 Add default implementation for healthchecker.Checker that uses periodic probing

We need to provide a factory function that returns a default health checker. The default will use periodic polling + a user-provided "probe" function.