/sample-dapr-bulk-publish

A Dapr sample to show bulk publish

Primary LanguageC#

Steps to reproduce

  1. Start the publishing app
dapr run --app-id publish-app --dapr-http-port 3500
  1. Start the subscriber
dapr run --app-id cs-subscriber --app-port 5001 -- dotnet run --project ./cs-sub
  1. Publish messages using requests.http.