pulsar icon indicating copy to clipboard operation
pulsar copied to clipboard

[fix][txn] optimize the ack/send future in TransactionImpl

Open liangyepianzhou opened this issue 2 years ago • 0 comments

Motivation

The TransactionImpl stores a lot of future. This uses a lot of memory, and can be optimized to two futures. ### Modification Optimize the future list to single future.

Documentation

  • [x] doc-not-needed

Matching PR in forked repository

PR in forked repository: https://github.com/liangyepianzhou/pulsar/pull/5

liangyepianzhou avatar Sep 21 '22 14:09 liangyepianzhou