compute-starter-kit-rust-default icon indicating copy to clipboard operation
compute-starter-kit-rust-default copied to clipboard

confusion around dictionary deprication

Open 0rphon opened this issue 9 months ago • 0 comments

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?

0rphon avatar May 16 '24 20:05 0rphon