jinrongluo opened a new issue #337:
URL: https://github.com/apache/incubator-eventmesh/issues/337
Http.demo Http Subscriber (SubService) is not working. When the Async Http
Producer (AsyncPublishInstance) publishes a message to EventMesh runtime, This
Subscriber is not able to consume it.
Steps to reproduce this issue in JAVA IDE Intellij:
1. Import eventmesh project to Intellij and build the project.
2. Start up EventMesh runtime from eventmesh-starter project's StartUp class
3. Start up Http Subscriber Test Application, from eventmesh-test project:
org.apache.eventmesh.http.demo.sub.SpringBootDemoApplication.java
4. Start up Http Async Producer Test Application, from eventmesh-test
project:
org.apache.eventmesh.http.demo.AsyncPublishInstance.java
5. Observe the logs of Http Subscriber, it is not getting the published
message from Eventmesh, Expecting log is
"=======receive message======= {message}"
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]