Commit 2fdc36e6 authored by jingbo.wang's avatar jingbo.wang

降级sarama版本,新版本clientgroup.close出现bug,报panic

parent c64dac66
...@@ -3,7 +3,7 @@ module git.quantgroup.cn/DevOps/enoch ...@@ -3,7 +3,7 @@ module git.quantgroup.cn/DevOps/enoch
go 1.12 go 1.12
require ( require (
github.com/Shopify/sarama v1.24.1 github.com/Shopify/sarama v1.23.1
github.com/gomodule/redigo v2.0.0+incompatible github.com/gomodule/redigo v2.0.0+incompatible
github.com/influxdata/influxdb v1.7.9 github.com/influxdata/influxdb v1.7.9
github.com/mkevac/debugcharts v0.0.0-20180124214838-d3203a8fa926 github.com/mkevac/debugcharts v0.0.0-20180124214838-d3203a8fa926
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment