From 624610657f50b0223100627e00b8b22f9ee598e7 Mon Sep 17 00:00:00 2001 From: amulyavarote <91495930+amulyavarote@users.noreply.github.com> Date: Fri, 3 Dec 2021 08:22:34 -0800 Subject: [PATCH] Changed python comments --- pub_sub/Commands | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pub_sub/Commands b/pub_sub/Commands index ae3254ae..470927f6 100644 --- a/pub_sub/Commands +++ b/pub_sub/Commands @@ -38,9 +38,9 @@ dapr run --app-id checkout --app-port 6002 --dapr-http-port 3602 --dapr-grpc-por Python: -dapr run --app-id orderprocessing --app-port 6001 --dapr-http-port 3601 --dapr-grpc-port 60001 -- python3 OrderProcessingService.py +dapr run --app-id orderprocessing --app-port 6001 --dapr-http-port 3601 --app-protocol grpc python3 OrderProcessingService.py -dapr run --app-id checkout --app-port 6002 --dapr-http-port 3602 --dapr-grpc-port 60002 -- python3 CheckoutService.py +dapr run --app-id checkout --app-port 6002 --dapr-http-port 3602 --app-protocol grpc -- python3 CheckoutService.py GO: