fix: performance issues with Kafka caused by encapsulating the MQ interface

This commit is contained in:
withchao
2025-07-28 16:57:58 +08:00
parent 4c9fdf70db
commit eebff88a29
6 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/mitchellh/mapstructure v1.5.0
github.com/openimsdk/protocol v0.0.73-alpha.12
github.com/openimsdk/tools v0.0.50-alpha.96
github.com/openimsdk/tools v0.0.50-alpha.97
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.18.0
github.com/stretchr/testify v1.9.0