Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubham1172/sample-dapr-bulk-publish
A Dapr sample to show bulk publish
https://github.com/shubham1172/sample-dapr-bulk-publish
Last synced: about 1 month ago
JSON representation
A Dapr sample to show bulk publish
- Host: GitHub
- URL: https://github.com/shubham1172/sample-dapr-bulk-publish
- Owner: shubham1172
- Created: 2022-12-15T04:59:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T04:59:46.000Z (about 2 years ago)
- Last Synced: 2024-10-20T23:46:36.262Z (2 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steps to reproduce
1. Start the publishing app
```bash
dapr run --app-id publish-app --dapr-http-port 3500
```2. Start the subscriber
```bash
dapr run --app-id cs-subscriber --app-port 5001 -- dotnet run --project ./cs-sub
```3. Publish messages using `requests.http`.