This commit is contained in:
joy.zhou
2019-07-12 19:22:47 +08:00
parent 96ce0004c5
commit 8c8d1bb836

View File

@@ -36,7 +36,7 @@ type Config struct {
//Init init kafak client
func Init() {
content, err := ioutil.ReadFile("./plugins/kafka/conf.json")
content, err := ioutil.ReadFile("./plugins/kafka/kafka.json")
if err != nil {
log.Fatal("Read config file error: ", zap.Error(err))
}