test recover

This commit is contained in:
Gordon
2022-03-04 16:11:04 +08:00
parent c108115c83
commit 8dc04667b0
4 changed files with 80 additions and 76 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ func Init() {
}
func Run() {
//register mysqlConsumerHandler to
//go persistentCH.persistentConsumerGroup.RegisterHandleAndConsumer(&persistentCH)
go persistentCH.persistentConsumerGroup.RegisterHandleAndConsumer(&persistentCH)
go historyCH.historyConsumerGroup.RegisterHandleAndConsumer(&historyCH)
}