Skip to content

Commit

Permalink
Fix issue: apache/pulsar#23555.
Browse files Browse the repository at this point in the history
- remove useless variable
  • Loading branch information
visxu committed Nov 12, 2024
1 parent 8ce04bb commit e66779e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ public void execute(Tuple input) {
}
collector.ack(input);
} else {
final long messageSizeToBeSent = ((TypedMessageBuilderImpl<byte[]>) msgBuilder).getContent()
.remaining();
msgBuilder.sendAsync().handle((msgId, ex) -> {
synchronized (collector) {
if (ex != null) {
Expand Down

0 comments on commit e66779e

Please sign in to comment.