You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ma...@apache.org on 2022/10/26 13:04:41 UTC

[incubator-eventmesh] branch master updated: fix_69

This is an automated email from the ASF dual-hosted git repository.

majorhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 95d315ad fix_69
     new 81c3efb3 Merge pull request #1898 from geekmu9527/master
95d315ad is described below

commit 95d315ad4c8b63a18d90ff04258d94662e02dd74
Author: hong <10...@qq.com>
AuthorDate: Wed Oct 26 19:18:06 2022 +0800

    fix_69
---
 .../java/org/apache/eventmesh/grpc/sub/app/controller/SubController.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/app/controller/SubController.java b/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/app/controller/SubController.java
index 57aaa401..73058eab 100644
--- a/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/app/controller/SubController.java
+++ b/eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/sub/app/controller/SubController.java
@@ -54,7 +54,6 @@ public class SubController {
         String protocolType = request.getHeader(ProtocolKey.PROTOCOL_TYPE);
         String content = request.getParameter("content");
         log.info("=======receive message======= {}", content);
-        Map<String, String> contentMap = JsonUtils.deserialize(content, HashMap.class);
         if (StringUtils.equals(EventMeshCommon.CLOUD_EVENTS_PROTOCOL_NAME, protocolType)) {
             String contentType = request.getHeader(ProtocolKey.CONTENT_TYPE);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org