xiehongfeng100 opened a new issue #761: URL: https://github.com/apache/incubator-eventmesh/issues/761
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Environment Window ### EventMesh version master ### What happened I publish events to the EventMesh through TCP, but cannot be consumed by the HTTP subscriber. ### How to reproduce According to the instruction [QuickStart](https://eventmesh.apache.org/zh/docs/instructions/eventmesh-runtime-quickstart/): 1. Start the EventMesh runtime by running **org.apache.eventmesh.runtime.boot.EventMeshStartup**. 2. Push events through TCP by running **org.apache.eventmesh.tcp.demo.pub.cloudevents.AsyncPublish**. 3. Susbcribe topic "TEST-TOPIC-TCP-ASYNC" (same with cloudevents subject sent in step 2) through TCP by running **org.apache.eventmesh.http.demo.sub.SpringBootDemoApplication**.  ### Debug logs Through debugging, I found there is a process publishing events to the HTTP subscriber. The problem is in **type conversion failure** (and with no logs). Detail is as below:  And I found **HttpCommand** and **Package** has a quite different structure.  ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! -- 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]
