mirror of https://github.com/dapr/quickstarts.git
Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com> |
||
---|---|---|
.. | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
OrderID Updater
Note: Run this app in the background before running any configuration quickstart.
This is a supplementary app, written in Go, to simulate changes to configuration items. It is required to demonstrate the notification to subscribing app, when a configuration item changes.
Prerequisite
- Golang
- Locally running redis instance - a redis instance is automatically created as a docker container when you run
dapr init
Running the app
- Open a new terminal window and ensure you are in the
order-updater
directory:
go run .
- Keep the app running in the terminal and use a new terminal for starting quickstart example service.