mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci]Remove PulsarMsgStreamFactory interface in docs (#9199)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
9f229837cd
commit
f74d4b8d8d
@ -231,11 +231,14 @@ type Factory interface {
|
||||
NewQueryMsgStream(ctx context.Context) (MsgStream, error)
|
||||
}
|
||||
|
||||
//TODO
|
||||
// Pulsar
|
||||
type PulsarMsgStreamFactory interface {}
|
||||
func (pmsf *PulsarMsgStreamFactory) NewMsgStream() *MsgStream
|
||||
func (pmsf *PulsarMsgStreamFactory) NewTtMsgStream() *MsgStream
|
||||
type PmsFactory struct {
|
||||
dispatcherFactory ProtoUDFactory
|
||||
// the following members must be public, so that mapstructure.Decode() can access them
|
||||
PulsarAddress string
|
||||
ReceiveBufSize int64
|
||||
PulsarBufSize int64
|
||||
}
|
||||
|
||||
//TODO
|
||||
// RockMQ
|
||||
|
Loading…
Reference in New Issue
Block a user