mirror of https://github.com/milvus-io/milvus.git
Fix the error usage of ttmsg
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/4973/head^2
parent
a74767fe57
commit
93fd6b70f3
|
@ -360,7 +360,7 @@ func (s *Server) startSegmentFlushChannel(ctx context.Context) {
|
|||
|
||||
func (s *Server) startDDChannel(ctx context.Context) {
|
||||
defer s.serverLoopWg.Done()
|
||||
ddStream := pulsarms.NewPulsarTtMsgStream(ctx, 1024)
|
||||
ddStream := pulsarms.NewPulsarMsgStream(ctx, 1024)
|
||||
ddStream.SetPulsarClient(Params.PulsarAddress)
|
||||
ddStream.CreatePulsarConsumers([]string{s.ddChannelName}, Params.DataServiceSubscriptionName, util.NewUnmarshalDispatcher(), 1024)
|
||||
ddStream.Start()
|
||||
|
|
Loading…
Reference in New Issue