Skip to content

Commit

Permalink
[revert]revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gunli committed Jul 4, 2023
1 parent db664c3 commit df0fb3d
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 @@ -1112,7 +1112,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)
var txn *transaction
if msg.Transaction != nil {
Expand Down

0 comments on commit df0fb3d

Please sign in to comment.