components-contrib/configuration
Pravin Pushkar 06ffaa52b5 address review comments
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Signed-off-by: mecoding1 <118708378+mecoding1@users.noreply.github.com>
2022-11-22 12:48:19 +00:00
..
azure/appconfig address review comments 2022-11-22 12:48:19 +00:00
postgres 💄 2022-09-23 18:28:38 +00:00
redis Refactors all state store to standardize metadata parsing (#2257) 2022-11-05 15:36:44 -07:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07:00
metadata.go Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
requests.go fix: Converting configuration API response from an array to dictionary (#1771) 2022-08-25 13:35:02 -07:00
responses.go fix: Converting configuration API response from an array to dictionary (#1771) 2022-08-25 13:35:02 -07:00
store.go Fix: unsubscribe by id (#1483) 2022-02-17 06:41:36 -08:00

README.md

Configuration

Configuration components provide a way for your applications to receive configuration values, dynamically.

Learn more about the Configuration building block in Dapr

Implementing a new configuration store

A compliant configuration store needs to implement the Store inteface included in the store.go file.