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