mirror of https://github.com/milvus-io/milvus.git
[skip ci]Format message stream docs (#9083)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/9087/head
parent
827a18a7c1
commit
0bba6bbc59
|
@ -303,12 +303,12 @@ func NewPulsarTtMsgStream(ctx context.Context, pulsarAddr string, bufferSize int
|
|||
// RmqMsgStream
|
||||
|
||||
type RmqMsgStream struct {
|
||||
client *rockermq.RocksMQ
|
||||
client *rockermq.RocksMQ
|
||||
repackFunc RepackFunc
|
||||
producers []string
|
||||
consumers []string
|
||||
subName string
|
||||
unmarshal *UnmarshalDispatcher
|
||||
producers []string
|
||||
consumers []string
|
||||
subName string
|
||||
unmarshal *UnmarshalDispatcher
|
||||
}
|
||||
|
||||
func (ms *RmqMsgStream) Start() error
|
||||
|
|
Loading…
Reference in New Issue