mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip e2e]Add comment for rmq message (#13627)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
e191b23249
commit
c55d49f732
@ -35,6 +35,7 @@ func (rm *rmqMessage) Payload() []byte {
|
||||
return rm.msg.Payload
|
||||
}
|
||||
|
||||
// ID returns the id of rocksmq message
|
||||
func (rm *rmqMessage) ID() MessageID {
|
||||
return &rmqID{messageID: rm.msg.MsgID}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user