Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.13.2
-
None
Description
In most places the prefetch value for advisory consumers is configured separately than the prefetch value for non-advisory consumers because by default advisory consumers are configured to optimize acknowledgements. However, while the NetworkBridgeConfiguration allows setting prefetchSize it does not allow configuring advisory prefetch size.
It would be useful to be able to configure the prefetch size separately for advisory consumers, as well as the percentage of prefetch used for determining when to send back an ack (currently set to 75%)