- Logger.Log方法接受上层调用后,应直接返回,不应阻塞上层调用代码的执行。 - Dlog向Kinesis发送消息,应考虑Kinesis不可用或者响应延迟的情况,这里主要参考Hystrix的设计思路。 Please refer to: - [Hystrix](https://github.com/Netflix/Hystrix) - [hystrix-go](https://github.com/afex/hystrix-go)
Please refer to: