Alonexc opened a new issue, #4346: URL: https://github.com/apache/eventmesh/issues/4346
### 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 Mac ### EventMesh version master ### What happened ``` 2023-08-10 14:44:23,662 ERROR [eventMesh-sendMsg-2] AbstractHTTPServer(AbstractHTTPServer.java:579) - process error java.lang.IllegalArgumentException: No enum constant org.apache.eventmesh.common.protocol.http.common.RequestCode.104 at java.lang.Enum.valueOf(Enum.java:238) ~[?:1.8.0_311] at org.apache.eventmesh.common.protocol.http.common.RequestCode.valueOf(RequestCode.java:20) ~[eventmesh-common-1.9.0-release.jar:1.9.0-release] at org.apache.eventmesh.protocol.cloudevents.CloudEventsProtocolAdaptor.deserializeHttpProtocol(CloudEventsProtocolAdaptor.java:90) ~[eventmesh-protocol-cloudevents-1.9.0-release.jar:1.9.0-release] at org.apache.eventmesh.protocol.cloudevents.CloudEventsProtocolAdaptor.toCloudEvent(CloudEventsProtocolAdaptor.java:73) ~[eventmesh-protocol-cloudevents-1.9.0-release.jar:1.9.0-release] at org.apache.eventmesh.runtime.core.protocol.http.processor.SendAsyncMessageProcessor.processRequest(SendAsyncMessageProcessor.java:109) ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release] at org.apache.eventmesh.runtime.boot.AbstractHTTPServer$HTTPHandler.lambda$processEventMeshRequest$1(AbstractHTTPServer.java:564) ~[eventmesh-runtime-1.9.0-release.jar:1.9.0-release] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_311] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_311] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_311] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_311] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_311] 2023-08-10 14:44:24,278 DEBUG [StandaloneConsumerThread-1] Subscribe(Subscribe.java:55) - execute subscribe task, topic: TEST-TOPIC-HTTP-ASYNC, offset: null ``` ### How to reproduce start eventmesh and test AsyncPublishInstance. ### Debug logs _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [ ] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) * -- 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]
