开发者社区 > 云原生 > 正文

当生产者发送批处理消息时,显示一个异常。RocketMQ集群是dledger模式,我能做什么

org.apache.rocketmq.client.exception.MQBrokerException: CODE: 13 DESC: the message is illegal, maybe msg body or properties length not matched. msg body length limit 128k, msg properties length limit 32k. For more information, please visit the url, http://rocketmq.apache.org/docs/faq/ at org.apache.rocketmq.client.impl.MQClientAPIImpl.processSendResponse(MQClientAPIImpl.java:709) at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessageSync(MQClientAPIImpl.java:505) at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:487) at org.apache.rocketmq.client.impl.MQClientAPIImpl.sendMessage(MQClientAPIImpl.java:431)

I test at 2m-2s-sync mode, this code works; at dledger conf (cluster mode), it got an exception. code: Message msg = new Message("TestTopic","TagA","order1", ("Hello RocketMQ " +i).getBytes()); msgs.add(msg); SendResult sendResult = producer.send(msgs);

原提问者GitHub用户newlipeng

展开
收起
芬奇福贵 2023-05-26 11:55:24 100 0
1 条回答
写回答
取消 提交回答
  • dledger模式不支持批处理消息

    原回答者GitHub用户henrypoter

    2023-05-26 17:32:29
    赞同 展开评论 打赏

阿里云拥有国内全面的云原生产品技术以及大规模的云原生应用实践,通过全面容器化、核心技术互联网化、应用 Serverless 化三大范式,助力制造业企业高效上云,实现系统稳定、应用敏捷智能。拥抱云原生,让创新无处不在。

相关产品

  • 云消息队列 MQ
  • 热门讨论

    热门文章

    相关电子书

    更多
    RocketMQ Client-GO 介绍 立即下载
    RocketMQ Prometheus Exporter 打造定制化 DevOps 平台 立即下载
    基于 RocketMQ Prometheus Exporter 打造定制化 DevOps 平台 立即下载