You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "sycoral (via GitHub)" <gi...@apache.org> on 2023/03/17 06:58:13 UTC

[GitHub] [rocketmq-apis] sycoral opened a new issue, #68: Why Producer not support send messages for batch

sycoral opened a new issue, #68:
URL: https://github.com/apache/rocketmq-apis/issues/68

   **Is your feature request related to a problem? Please describe.**
   4.x client support send batch,but 5.x not support,and the producer implement support batch
   
   **Describe the solution you'd like**
   Add function List<SendReceipt> send(List<Message> messages) throws ClientException;
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-apis] fanlunyong commented on issue #68: Why Producer not support send messages for batch

Posted by "fanlunyong (via GitHub)" <gi...@apache.org>.
fanlunyong commented on issue #68:
URL: https://github.com/apache/rocketmq-apis/issues/68#issuecomment-1709423900

   这是来自QQ邮箱的自动回复邮件。
    
   您好,请您放心您的邮件我已经收到。我将在看过邮件后,尽快给您回复。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-apis] lizhanhui commented on issue #68: Why Producer not support send messages for batch

Posted by "lizhanhui (via GitHub)" <gi...@apache.org>.
lizhanhui commented on issue #68:
URL: https://github.com/apache/rocketmq-apis/issues/68#issuecomment-1709423623

   @sycoral Protocol Buffers are not designed to handle large messages. See https://protobuf.dev/programming-guides/techniques/#large-data
   
   We should consider adding streaming publish API, instead.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org