【发布时间】:2020-05-11 13:41:07
【问题描述】:
我无法向代理发送大文件,我已经编辑了配置文件并在我的客户端程序中,但它不起作用。
-
错误信息
请求包含的消息大于服务器将接受的最大消息大小。
-
服务器属性
message.max.bytes=900000000 replica.fetch.max.bytes=900000000 -
制片人
max.request.size=100000000 -
消费者
max.partition.fetch.bytes=100000000 fetch.message.max.bytes=100000000 -
客户端应用
props.put("max.request.size",96214400); props.put("message.max.bytes",96214400);
【问题讨论】:
标签: apache-kafka