xwm1992 opened a new issue #718:
URL: https://github.com/apache/incubator-eventmesh/issues/718


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Question
   
   Now that eventmesh support transfer message with http/tcp/grpc three ways, 
have some questions below:
   
   - as we first design we have supported two protocols(cloudevents/eventmesh 
message)
   - for http transfer method, we use the `HttpCommand` carry both protocols 
messages
   - for tcp transfer method, we use the `Package` carry both protocols messages
   - for grpc transfer method, we use the `EventMeshMessage`/`BatchMessage` 
carry both protocols messages
   
   Now, for grpc transfer method, I just see convert the `cloudevents` to 
`eventmesh message`, like pic below. I just think this is a protocols 
conversion function, but if we treat this just as a message carrier, please 
don't name it as `EventMeshMessage` because this is a protocol.
   
   
![image](https://user-images.githubusercontent.com/13237619/149770313-660f563d-d493-4b27-99e8-c63d1bc0c901.png)
   
   
![image](https://user-images.githubusercontent.com/13237619/149769985-4657f8f1-2b7e-495a-aab8-66ae4edcfe20.png)
   
   @jinrongluo please take a look, thanks


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