-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Labels
questionFurther information is requestedFurther information is requested
Description
can we run my subscribe application in local machine and at the same time sidecar is running on remote machine
publish application is working when use the following code,
System.setProperty("dapr.sidecar.ip","*****");
System.setProperty("dapr.http.port","3500");
System.setProperty("dapr.grpc.port","5001");
but i do not know how to run my subscribe application
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested