Files
doc-exports/docs/dms/umn/kafka_faq_0058.html
chenjunjie 190f09501c DMS UMN 20250314 version
Reviewed-by: Liudmila Denisova <ldenisov@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: chenjunjie <chenjunjie@huawei.com>
Co-committed-by: chenjunjie <chenjunjie@huawei.com>
2025-10-06 09:50:17 +00:00

915 B

How Do I Modify message.max.bytes?

message.max.bytes can be modified on the Parameters page on the Kafka console. For details, see Modifying Kafka Instance Configuration Parameters.

The maximum value of message.max.bytes is 10,485,760 bytes. If a single message is larger than this size, compress the message with algorithms or split it in the service logic.