mukundansundar / sample-dapr-bulk-publish

A Dapr sample to show bulk publish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Dapr sample to show bulk publish


Languages

Language:C# 100.0%