tree: d7349041eafb56474b2e6d8ba83665c02eb72370 [path history] [tgz]
  1. docker/
  2. serverless-workflow-greeting-client-rpc-quarkus/
  3. serverless-workflow-greeting-server-rpc-quarkus/
  4. pom.xml
  5. README.md
serverless-workflow-examples/serverless-workflow-greeting-rpc-quarkus/README.md

Kogito Serverless Workflow - gRPC example

The goal of this example is to implement a simple gRPC example for serverless workflow

You first need to run the gRPC server, check /serverless-workflow-greeting-server-rpc-quarkus readme in order to do that. Once the gRPC server is running, you can run the quarkus application following serverless-workflow-greeting-client-rpc-quarkus readme.

Running the example with Containers

To build both server and client containers use:

$ mvn clean package -Dcontainer

Once the build finishes, access the docker directory and execute:

$ docker-compose up

Then the application can be used as described here