config path

This commit is contained in:
wangchuxiao
2023-02-24 11:06:49 +08:00
parent bb94a7947c
commit 66aaa9b152
3 changed files with 8 additions and 31 deletions
@@ -21,7 +21,7 @@ import (
type PersistentConsumerHandler struct {
persistentConsumerGroup *kfk.MConsumerGroup
chatLogInterface controller.ChatLogInterface
chatLogInterface controller.ChatLogDatabase
}
func (pc *PersistentConsumerHandler) Init() {