Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.