pandaapo commented on issue #4588:
URL: https://github.com/apache/eventmesh/issues/4588#issuecomment-1836469035

   I want to reproduce the error you found, but after my subscription request 
was sent, it kept reporting the following error. Tracing this error, I found 
that the request body data could not be obtained by EventMesh. This confused me.
   ```
   [eventMesh-clientManage-1] ERROR 
org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService - 
eventMesh protocol[body] error
   java.lang.RuntimeException: eventMesh protocol[body] error
        at 
org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService$HandlerSpecific.sendErrorResponse(HandlerService.java:362)
 [main/:?]
        at 
org.apache.eventmesh.runtime.core.protocol.http.processor.LocalSubscribeEventProcessor.handler(LocalSubscribeEventProcessor.java:97)
 [main/:?]
        at 
org.apache.eventmesh.runtime.core.protocol.http.processor.HandlerService$HandlerSpecific.run(HandlerService.java:280)
 [main/:?]
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_171]
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_171]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_171]
   ```
   The subscription request and request body I set in Postman are the same as 
yours.


-- 
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]

Reply via email to