daprstudy

module
v0.0.0-...-32f7296 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2022 License: MIT

README

Start producer:

dapr run -a producer -d ./components go run producer/main.go

Start consumer:

HTTP:

dapr run -a consumer -P http -p 27015 -d ./components go run consumer/main.go

or gRPC:

dapr run -a consumer -P gRPC -p 27015 -d ./components go run consumer/main.go -- -consumermode gRPC

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL