Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tx_gateway_frontend: make tx cleaning less disruptive
Cleaning tx session cache blocks `init_producer_id` request until the size of the cache falls below the threshold. This commit makes it less disruptive by allowing `init_producer_id` to procced if its tx id is already in the cache so processing it doesn't make the situation worse.
- Loading branch information