[skip ci]Format message stream docs (#9083)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/9087/head
yukun 2021-10-02 19:38:12 +08:00 committed by GitHub
parent 827a18a7c1
commit 0bba6bbc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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