Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 616 Bytes

File metadata and controls

15 lines (10 loc) · 616 Bytes

Generating gRPC interface and Protobuf

We use uv to manage the regen environment.

Linux and MacOS

Run the following commands:

uv sync --all-packages --group dev
export DAPR_BRANCH=master # Optional, defaults to master
uv run ./tools/regen_grpcclient.sh

Note: To use the newly generated protobuf stubs and gRPC interface replace daprd with edge version of daprd built from master branch. Refer this for instructions on how to build daprd from master.