Skip to content

Commit

Permalink
Remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vongosling committed Nov 29, 2021
1 parent a9a78c5 commit 44d8076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion producer/producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func (tp *transactionProducer) endTransaction(result primitive.SendResult, err e
} else {
msgID, _ = primitive.UnmarshalMsgID([]byte(result.MsgID))
}
// 估计没有反序列化回来

brokerAddr := tp.producer.options.Namesrv.FindBrokerAddrByName(result.MessageQueue.BrokerName)
requestHeader := &internal.EndTransactionRequestHeader{
TransactionId: result.TransactionID,
Expand Down

0 comments on commit 44d8076

Please sign in to comment.