You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/08/25 07:48:05 UTC

[GitHub] [rocketmq-client-go] gjack1385 opened a new issue #719: sendAsync method can't send different messages to multiple topics

gjack1385 opened a new issue #719:
URL: https://github.com/apache/rocketmq-client-go/issues/719


   var ms []*primitive.Message
   m=&primitive.NewMessage("topic1", []byte("Hello RocketMQ Go Client!"))
   ms=append(ms,m)
   m=&primitive.NewMessage("topic2", []byte("Hello RocketMQ Go Client!"))
   ms=append(ms,m)
   ....
   sendSync(..... ,.... ,ms...)
   
   These messages are sent to topic1。


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-client-go] ShannonDing commented on issue #719: sendAsync method can't send different messages to multiple topics

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #719:
URL: https://github.com/apache/rocketmq-client-go/issues/719#issuecomment-910226210


   hi, sendSync or sendAsync?
   IMO, maybe we can have a try on the latest version v2.1.0 and print more logs as far as possible.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-client-go] maixiaohai commented on issue #719: sendAsync method can't send different messages to multiple topics

Posted by GitBox <gi...@apache.org>.
maixiaohai commented on issue #719:
URL: https://github.com/apache/rocketmq-client-go/issues/719#issuecomment-905484232


   Your title and code is contradictory.
   and a client version is needed to replay your situation.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-client-go] maixiaohai commented on issue #719: sendAsync method can't send different messages to multiple topics

Posted by GitBox <gi...@apache.org>.
maixiaohai commented on issue #719:
URL: https://github.com/apache/rocketmq-client-go/issues/719#issuecomment-906391135


   > version: github.com/apache/rocketmq-client-go/v2 v2.0.0
   > question:
   > sendAsync method can't send different messages to multiple topics
   
   I can't reproduce the situation, I could sendAsync to different topics.
   ![Lark20210826-205848](https://user-images.githubusercontent.com/3734319/130967254-3e760424-bd32-418c-bd99-f83b780ab34d.png)
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq-client-go] gjack1385 commented on issue #719: sendAsync method can't send different messages to multiple topics

Posted by GitBox <gi...@apache.org>.
gjack1385 commented on issue #719:
URL: https://github.com/apache/rocketmq-client-go/issues/719#issuecomment-905981285


   version: github.com/apache/rocketmq-client-go/v2 v2.0.0
   question: 
   sendAsync method can't send different messages to multiple topics
   
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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