Description
In some cases APISIX users might want to customize the max size of request/response body sent to HTTP server via http-logger plugin to be lower/higher than the current default value of 512KiB.
kafka-logger plugin already supports max_resp_body_bytes and max_req_body_bytes attributes, so I followed the example and added them in this PR.
Description
In some cases APISIX users might want to customize the max size of request/response body sent to HTTP server via
http-loggerplugin to be lower/higher than the current default value of 512KiB.kafka-loggerplugin already supportsmax_resp_body_bytesandmax_req_body_bytesattributes, so I followed the example and added them in this PR.