Pil0tXia commented on code in PR #4285:
URL: https://github.com/apache/eventmesh/pull/4285#discussion_r1275653031


##########
eventmesh-sdks/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/grpc/util/EventMeshCloudEventBuilder.java:
##########
@@ -248,6 +214,12 @@ private static CloudEvent 
switchCloudEvent2EventMeshCloudEvent(io.cloudevents.Cl
         return null;
     }
 
+    private static void buildCloudEvent(io.cloudevents.CloudEvent message, 
CloudEventBuilder cloudEventBuilder, String protocolKey, String key) {

Review Comment:
   Reasonable. 
   (Though for the moment most similar treatments are not called this name)😂.



##########
eventmesh-sdks/eventmesh-sdk-java/src/main/java/org/apache/eventmesh/client/grpc/util/EventMeshCloudEventBuilder.java:
##########
@@ -248,6 +214,12 @@ private static CloudEvent 
switchCloudEvent2EventMeshCloudEvent(io.cloudevents.Cl
         return null;
     }
 
+    private static void buildCloudEvent(io.cloudevents.CloudEvent message, 
CloudEventBuilder cloudEventBuilder, String protocolKey, String key) {

Review Comment:
   Reasonable. 
   (Though for the moment most similar treatments are not called this name)😂.



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