mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for pulsar client (#14361)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>pull/14381/head
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…
Reference in New Issue