作者 唐旭辉

更新

@@ -96,6 +96,7 @@ func StartConsumer(ctx context.Context) (func(), error) { @@ -96,6 +96,7 @@ func StartConsumer(ctx context.Context) (func(), error) {
96 if err := consumerGroup.Consume(ctx, consumer.topics, consumer); err != nil { 96 if err := consumerGroup.Consume(ctx, consumer.topics, consumer); err != nil {
97 logs.Error("consumerGroup err:%s \n", err) 97 logs.Error("consumerGroup err:%s \n", err)
98 } 98 }
  99 + consumer.ready = make(chan bool)
99 } 100 }
100 }() 101 }()
101 //等待 consumerGroup 设置完成 102 //等待 consumerGroup 设置完成