mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Add comment for pulsar client (#14362)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
c61bcdf40e
commit
c76ae203ec
@ -113,6 +113,7 @@ func (pc *pulsarClient) StringToMsgID(id string) (MessageID, error) {
|
||||
return &pulsarID{messageID: pID}, nil
|
||||
}
|
||||
|
||||
// BytesToMsgID converts []byte id to MessageID type
|
||||
func (pc *pulsarClient) BytesToMsgID(id []byte) (MessageID, error) {
|
||||
pID, err := DeserializePulsarMsgID(id)
|
||||
if err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user