mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix the error usage of ttmsg
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user