You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/07/27 11:54:24 UTC

[GitHub] [incubator-eventmesh] ruanwenjun opened a new issue #473: LiteProducer async request is sync method

ruanwenjun opened a new issue #473:
URL: https://github.com/apache/incubator-eventmesh/issues/473


   ## Bug Report
   In `LiteProducer.java`, you can find the below method:
   https://github.com/apache/incubator-eventmesh/blob/737c0f09efeba61a62653d33fd553491af7d0deb/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/http/producer/LiteProducer.java#L207-L245
   
   Does this method want to send async request ? It seems that it send sync reqeust.
   
   We may need to change the request code to `MSG_SEND_ASYNC`
   


-- 
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@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] xwm1992 commented on issue #473: LiteProducer async request code is sync

Posted by GitBox <gi...@apache.org>.
xwm1992 commented on issue #473:
URL: https://github.com/apache/incubator-eventmesh/issues/473#issuecomment-888835327


   This is not bug in my opinion,the request method with rrcallback is using for send sync message, you can refer the protocol.md.


-- 
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@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] ruanwenjun closed issue #473: LiteProducer async request code is sync

Posted by GitBox <gi...@apache.org>.
ruanwenjun closed issue #473:
URL: https://github.com/apache/incubator-eventmesh/issues/473


   


-- 
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@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [incubator-eventmesh] ruanwenjun commented on issue #473: LiteProducer async request code is sync

Posted by GitBox <gi...@apache.org>.
ruanwenjun commented on issue #473:
URL: https://github.com/apache/incubator-eventmesh/issues/473#issuecomment-888838348


   Thanks


-- 
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@eventmesh.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org