Skip to content

Commit

Permalink
[revert]revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gunli committed Jun 30, 2023
1 parent ab11ecf commit e6d2a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar/producer_partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ func (p *partitionProducer) SendAsync(ctx context.Context, msg *ProducerMessage,

func (p *partitionProducer) internalSendAsync(ctx context.Context, msg *ProducerMessage,
callback func(MessageID, *ProducerMessage, error), flushImmediately bool) {
// Register transaction operation to transaction and the transaction coordinator.
//Register transaction operation to transaction and the transaction coordinator.
var newCallback func(MessageID, *ProducerMessage, error)
if msg.Transaction != nil {
transactionImpl := (msg.Transaction).(*transaction)
Expand Down

0 comments on commit e6d2a3f

Please sign in to comment.