mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip e2e]Add comment for pulsar client (#14360)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
025fff0bbb
commit
c61bcdf40e
@ -98,6 +98,7 @@ func (pc *pulsarClient) Subscribe(options ConsumerOptions) (Consumer, error) {
|
||||
return pConsumer, nil
|
||||
}
|
||||
|
||||
// EarliestMessageID returns the earliest message id
|
||||
func (pc *pulsarClient) EarliestMessageID() MessageID {
|
||||
msgID := pulsar.EarliestMessageID()
|
||||
return &pulsarID{messageID: msgID}
|
||||
|
Loading…
Reference in New Issue
Block a user