Closed
Description
Q | A |
---|---|
Bug? | no |
New Feature? | yes |
I was happy to learn I can configure cache plugins on per-client basis!
However, it makes me configure default cache
plugin anyway. This doesn't work:
httplug:
clients:
app:
plugins:
- cache:
cache_pool: 'app.cache.google'
It will result in error: Service "httplug.client.app.plugin.cache": Parent definition "httplug.plugin.cache" does not exist.
Ok let's add it:
httplug:
cache: ~
Doesn't work either: The child node "cache_pool" at path "httplug.plugins.cache" must be configured.
At this point I have to configure dummy pool
- cache: ~
+ cache:
+ cache_pool: 'app.cache.void'
Only now it works. What I am asking is to not force to configure default cache plugin.
Metadata
Metadata
Assignees
Labels
No labels