compute-starter-kit-rust-default
compute-starter-kit-rust-default copied to clipboard
confusion around dictionary deprication
fastly::dictionary
is marked as deprecated with the note "renamed to config_store
". This is kinda confusing to me. As far as i can tell, dictionaries and config stores are two completely different things. And you don't say anything about dictionaries being deprecated in your docs.
I'm building a service right now that requires dictionaries for some things that need to be configured on a per-service basis. Is it okay to use fastly::dictionary
still? Or am i required to create a separate config store for every service?