v.25.12Improvement

Add CapnProto message size limit

Add CapnProto message size limit. It can be changed with format_capn_proto_max_message_size. #91888 (Antonio Andelic).
Added a message size limit for the CapnProto format in ClickHouse.

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 the format_capn_proto_max_message_size parameter to the desired byte limit.