Closed
Description
Search before asking
- I had searched in the issues 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