doc-exports/docs/dms/umn/kafka_faq_0058.html
Chen, Junjie ca9677b121 DMS UMN 20230201 Version
Reviewed-by: Antonova, Ekaterina <ekantono@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2024-07-22 13:20:04 +00:00

909 B

How Do I Modify message.max.bytes?

message.max.bytes can be modified on the Parameters page on the 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.