v.25.10Improvement
Add ability to limit requests for Keeper
Add ability to limit requests forKeeper(max_request_sizesetting, same asjute.maxbufferforZooKeeper, default OFF for backward compatibility, will be set in the next releases). #87952 (Azat Khuzhin).
Why it matters
This feature introduces a limit on the maximum size of requests thatKeeper can process, helping prevent excessively large requests that could impact stability or performance. It enhances system robustness by providing a safeguard against potentially harmful input sizes.How to use it
Users can enable this feature by setting themax_request_size configuration option in the Keeper settings. By default, it is OFF for backward compatibility but will be enabled in future releases.