This commit is contained in:
wangchuxiao
2023-02-23 19:15:30 +08:00
parent 9c76722c90
commit f586ab1ac2
205 changed files with 1216 additions and 1377 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package kafka
import (
"Open_IM/pkg/common/config"
"OpenIM/pkg/common/config"
"sync"
"github.com/Shopify/sarama"
+4 -4
View File
@@ -1,15 +1,15 @@
package kafka
import (
"Open_IM/pkg/common/config"
log "Open_IM/pkg/common/log"
"Open_IM/pkg/utils"
"OpenIM/pkg/common/config"
log "OpenIM/pkg/common/log"
"OpenIM/pkg/utils"
"errors"
"github.com/Shopify/sarama"
"github.com/golang/protobuf/proto"
prome "Open_IM/pkg/common/prome"
prome "OpenIM/pkg/common/prome"
)
type Producer struct {