server.properties
message.max.bytes=52428800producer.properties
max.request.size=52428800java代码里面的
ProducerConfig.MAX_REQUEST_SIZE_CONFIG
props.put(ProducerConfig.MAX_REQUEST_SIZE_CONFIG, 52428800); message.max.bytes=52428800max.request.size=52428800ProducerConfig.MAX_REQUEST_SIZE_CONFIG
props.put(ProducerConfig.MAX_REQUEST_SIZE_CONFIG, 52428800);