cep21 / circuit

An efficient and feature complete Hystrix like Go implementation of the circuit breaker pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConfigFactory Not Found

SLYJason opened this issue · comments

commented

Hi, the Hystrix Configuration Readme said can use hystrix.ConfigFactory to config the opene/closer, but I did not find ConfigFactory in this repo. Is this readme out of date?

Nice catch! It's at https://github.com/cep21/circuit/blob/700836dc9a95756136ce20df20ae5d3f3d8b59fd/v3/closers/hystrix/config.go and is called Factory not ConfigFactory. I'll update the docs