Are resources only configurable at the Component level? #1514
-
Hi - New user question...it appears I can configure Resources at the component level, and not any other granularity. Is this correct? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, you can use yaml anchors to DRY those up: https://ktomk.github.io/writing/yaml-anchor-alias-and-merge-key.html However, if it becomes too unwieldy, you might want to try switching to CUE: https://www.benthos.dev/docs/configuration/using_cue |
Beta Was this translation helpful? Give feedback.
Hey, you can use yaml anchors to DRY those up: https://ktomk.github.io/writing/yaml-anchor-alias-and-merge-key.html However, if it becomes too unwieldy, you might want to try switching to CUE: https://www.benthos.dev/docs/configuration/using_cue