mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
[skip e2e] Improve annotation (#14654)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
0d3333c1e6
commit
4b4e29df92
@ -100,7 +100,7 @@ func NewMqMsgStream(ctx context.Context,
|
|||||||
func (ms *mqMsgStream) AsProducer(channels []string) {
|
func (ms *mqMsgStream) AsProducer(channels []string) {
|
||||||
for _, channel := range channels {
|
for _, channel := range channels {
|
||||||
if len(channel) == 0 {
|
if len(channel) == 0 {
|
||||||
log.Error("MsgStream asProducer's channel is a empty string")
|
log.Error("MsgStream asProducer's channel is an empty string")
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
fn := func() error {
|
fn := func() error {
|
||||||
|
Loading…
Reference in New Issue
Block a user