quickstarts/configuration/order-updater
Sarthak Sharma 87c90c869c update github workflow
Signed-off-by: Sarthak Sharma <sartsharma@microsoft.com>
2022-11-08 19:04:25 +05:30
..
README.md update github workflow 2022-11-08 19:04:25 +05:30
go.mod update github workflow 2022-11-08 19:04:25 +05:30
go.sum update github workflow 2022-11-08 19:04:25 +05:30
main.go update github workflow 2022-11-08 19:04:25 +05:30

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

  1. Open a new terminal window and ensure you are in the order-updater directory:
go run .
  1. Keep the app running in the terminal and use a new terminal for starting quickstart example service.