v.25.12Improvement
Add CapnProto message size limit
AddCapnProtomessage size limit. It can be changed withformat_capn_proto_max_message_size. #91888 (Antonio Andelic).
Why it matters
To prevent processing excessively large CapnProto messages that could lead to resource exhaustion or performance degradation. This limit enhances stability and control over input data size when using the CapnProto format.How to use it
Users can adjust the maximum allowed CapnProto message size by setting theformat_capn_proto_max_message_size parameter to the desired byte limit.