mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip e2e]Add comment for pulsar client (#14361)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
20cc6843a4
commit
bb86ab33ce
@ -103,6 +103,7 @@ func (pc *pulsarClient) EarliestMessageID() MessageID {
|
||||
return &pulsarID{messageID: msgID}
|
||||
}
|
||||
|
||||
// StringToMsgID converts the string id to MessageID type
|
||||
func (pc *pulsarClient) StringToMsgID(id string) (MessageID, error) {
|
||||
pID, err := StringToPulsarMsgID(id)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user