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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
