Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 681 Bytes

File metadata and controls

32 lines (23 loc) · 681 Bytes

Distributed Lock

This is a simple example that demonstrates Dapr's Distributed Lock capabilities.

Note: Make sure to use latest version of proto bindings.

Running

To run this example:

  1. Run the multi-app run template:
dapr run -f .
  1. Stop with ctrl + c