mirror of https://github.com/milvus-io/milvus.git
[skip ci]Format message stream doc (#9021)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/9033/head
parent
98d449551e
commit
413ba12f50
|
@ -247,19 +247,19 @@ func (rmsf *RmqMsgStreamFactory) NewTtMsgStream() *MsgStream
|
|||
// PulsarMsgStream
|
||||
|
||||
type PulsarMsgStream struct {
|
||||
ctx context.Context
|
||||
client pulsar.Client
|
||||
producers []Producer
|
||||
consumers []Consumer
|
||||
consumerChannels []string
|
||||
repackFunc RepackFunc
|
||||
unmarshal UnmarshalDispatcher
|
||||
receiveBuf chan *MsgPack
|
||||
wait *sync.WaitGroup
|
||||
streamCancel func()
|
||||
ctx context.Context
|
||||
client pulsar.Client
|
||||
producers []Producer
|
||||
consumers []Consumer
|
||||
consumerChannels []string
|
||||
repackFunc RepackFunc
|
||||
unmarshal UnmarshalDispatcher
|
||||
receiveBuf chan *MsgPack
|
||||
wait *sync.WaitGroup
|
||||
streamCancel func()
|
||||
pulsarBufSize int64
|
||||
consumerLock *sync.Mutex
|
||||
consumerReflects []reflect.SelectCase
|
||||
consumerLock *sync.Mutex
|
||||
consumerReflects []reflect.SelectCase
|
||||
|
||||
scMap *sync.Map
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue