mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci]Format message stream docs (#9083)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user