components-contrib/configuration
Alessandro (Ale) Segala 4bf6cc4ca6
Updated development docs (#1835)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-06-30 22:23:41 -07:00
..
redis Fix 4529: Ignore Subscribe/Get wrong redis configuration type keys. (#1693) 2022-05-07 14:15:07 -07:00
Readme.md Updated development docs (#1835) 2022-06-30 22:23:41 -07:00
metadata.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
requests.go Fix: unsubscribe by id (#1483) 2022-02-17 06:41:36 -08:00
responses.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08: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.