vongosling commented on a change in pull request #723:
URL:
https://github.com/apache/incubator-eventmesh/pull/723#discussion_r790439369
##########
File path: docs/en/instructions/eventmesh-sdk-java-quickstart.md
##########
@@ -70,3 +70,55 @@ Run the main method of
org.apache.eventmesh.http.demo.sub.SpringBootDemoApplicat
Run the main method of
org.apache.eventmesh.http.demo.pub.eventmeshmessage.AsyncPublishInstance
```
+### 3. GRPC DEMO
+
+> As to GRPC, eventmesh-sdk-java implements the Google gRPC and Google
Protocol Buffers. It can send events to eventmesh-runtime asynchronously
+> and synchronously (using request-reply). It can also subscribe to the events
using webhook subscriber and stream subscriber.
+> Apache CloudEvents protocol is also supported in the demo.
Review comment:
CloudEvents is CNCF spec
--
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]