mchmarny / dapr-demos

Collection of personal Dapr demos (bindings, state, pub/sub, service-to-service invocation)
https://dapr.io
MIT License
167 stars 47 forks source link

About "fan-out" demo #11

Closed Shawn-Fan closed 3 years ago

Shawn-Fan commented 3 years ago

Should a config folder be under the "dapr-demos/fan-out/grpc-echo-service/" ? Thanks

mchmarny commented 3 years ago

The echo service demo has no components so the empty folder was not added in git. You can either create an empty config folder or remove the --components-path flag so the command looks like this:

dapr run \
    --app-id grpc-service-demo \
    --app-port 50001 \
    --app-protocol grpc \
    --dapr-http-port 3500 \
    go run main.go