This is an automated email from the ASF dual-hosted git repository.
pandaapo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new a60d46f2f Update SendAsyncMessageProcessor.java (#4054)
a60d46f2f is described below
commit a60d46f2fa94deefffcdf4f350832188de10d6d0
Author: Piyush <[email protected]>
AuthorDate: Sun Nov 12 15:20:05 2023 +0530
Update SendAsyncMessageProcessor.java (#4054)
[Fixes #2985]
---
.../runtime/core/protocol/http/processor/SendAsyncMessageProcessor.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendAsyncMessageProcessor.java
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendAsyncMessageProcessor.java
index 9a71fdad3..eb327e7c7 100644
---
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendAsyncMessageProcessor.java
+++
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/protocol/http/processor/SendAsyncMessageProcessor.java
@@ -258,7 +258,7 @@ public class SendAsyncMessageProcessor implements
HttpRequestProcessor {
HttpCommand succ = request.createHttpCommandResponse(
sendMessageResponseHeader,
SendMessageResponseBody.buildBody(EventMeshRetCode.SUCCESS.getRetCode(),
- EventMeshRetCode.SUCCESS.getErrMsg() +
sendResult.toString()));
+ EventMeshRetCode.SUCCESS.getErrMsg() +
sendResult));
asyncContext.onComplete(succ, handler);
long endTime = System.currentTimeMillis();
summaryMetrics.recordSendMsgCost(endTime - startTime);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]