mirror of https://github.com/dapr/samples.git
Bindings commercetools (#110)
* Adding sample for commercetools GraphQL binding Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com> * Updating top/level readme to include commercetools sample Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com> * Fixing some typos in the readme Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com> Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
This commit is contained in:
parent
78eed72a81
commit
2ee2f6e6d8
|
@ -82,7 +82,7 @@ dapr run --app-id bindings-pythonapp python3 app.py --components-path ../compone
|
|||
|
||||
### Observe Logs
|
||||
|
||||
1. Observe the Python logs, which show a successful output binding with Kafka:
|
||||
1. Observe the Python logs, which show a successful output binding with commercetools:
|
||||
|
||||
```bash
|
||||
[0m?[94;1m== APP == products found: 25
|
||||
|
@ -102,7 +102,7 @@ expected_stdout_lines:
|
|||
- 'app stopped successfully: bindings-nodeapp'
|
||||
- 'app stopped successfully: bindings-pythonapp'
|
||||
expected_stderr_lines:
|
||||
name: Shutdown Dapr and Kafka
|
||||
name: Shutdown Dapr
|
||||
-->
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue