Jem Davies
Jem Davies
This Draft Pull Request is to request interim feedback on the proposed solution to the issue #2599. A new Benthos Processor `workflow_v2` has been created [here](benthos/internal/impl/pure/processor_workflow_v2.go). Some example benthos config...
### Issue Description The Benthos provided processor [Workflow](https://www.benthos.dev/docs/components/processors/workflow/) executes a [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph) of Nodes, "performing them in parallel where possible". However the current implementation uses this [dependency solver](https://github.com/quipo/dependencysolver) and it takes...
This Draft Pull Request is to request interim feedback on the proposed solution to the issue #2599. A new Benthos Processor `workflow_v2` has been created [here](benthos/internal/impl/pure/processor_workflow_v2.go). Some example benthos config...
https://warpstreamlabs.github.io/bento/docs/configuration/templating/ Code: ```go //go:embed bento.yaml var bento string //go:embed trackstar/input_template.yaml var inputTemplate string //go:embed trackstar/output_template.yaml var outputTemplate string //go:embed trackstar/dead_letter_template.yaml var deadLetterTemplate string //go:embed trackstar/processor_resources.yaml var processorResources string func main()...
https://github.com/warpstreamlabs/bento/pull/97#pullrequestreview-2244360580 This deprecation isn't apparent on the docs though: https://warpstreamlabs.github.io/bento/docs/guides/bloblang/functions/#meta Maybe we should consider fixing the deprecated labelling too? Also, I found quite a few docs where `meta` is still...
The Bentos provided processor [Workflow](https://www.benthos.dev/docs/components/processors/workflow/) executes a [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph) of Nodes, "performing them in parallel where possible". However the current implementation uses this [dependency solver](https://github.com/quipo/dependencysolver) and it takes the approach: resolve...
Under the sub-heading: Well Connected