The instructions contain various instances where the user is expected to change directory from the root of the Quickstart folder, but the **cd** command listed has an incorrect path specified so it does not work as intended. Most will figure out the typo off course but just this will make the experience a bit better for those new to Dapr.
Here's an example of one instance:
Old command:
```bash
cd ../service_invocation/go/http/checkout
```
New command:
```bash
cd service_invocation/go/http/checkout
```
Signed-off-by: Sujit D'Mello <sujit@hotmail.com>
* add information about needed ports for kube api to reach
Signed-off-by: Filinto Duran <filinto@diagrid.io>
* correct identation of next paragraph
Signed-off-by: Filinto Duran <filinto@diagrid.io>
Signed-off-by: Joao C Costa <joaocc@users.noreply.github.com>
Signed-off-by: Joao C Costa <joaocc@users.noreply.github.com>
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This analytics pixel provides high-level web traffic insights for project maintainers so they can better understand how docs are being read and used. This pixel does not use cookies (or JavaScript at all) and is GDPR-compliant. It is a clear 1x1 pixel that won't affect page rendering or load times.
Signed-off-by: Arjun Devarajan <arjun@scarf.sh>
Signed-off-by: Arjun Devarajan <arjun@scarf.sh>
* Remove mentions of backoff from rabbitmq docs
In a recent change, the rabbitmq component dropped support for backoff policies.
This updates the documentation page by leaving those out as well.
Signed-off-by: Renato L. de F. Cunha <renatocunha@acm.org>
* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Update daprdocs/content/en/reference/components-reference/supported-pubsub/setup-rabbitmq.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
* Add @ItalyPaleAle's comments about differences in message delivery
Signed-off-by: Renato L. de F. Cunha <renatocunha@acm.org>
Signed-off-by: Renato L. de F. Cunha <renatocunha@acm.org>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
This is just a suggestion, feel free to disregard it, but I found myself using that flag all the time for dev purposes.
Signed-off-by: salaboy <Salaboy@gmail.com>
Signed-off-by: Mauricio Salatino <salaboy@salaboy.local>