Mihai Todor
Mihai Todor
Would environment variables help you? The config supports [interpolation](https://www.benthos.dev/docs/configuration/interpolation) from env vars for fields.
Oops, I somehow missed your reply. I wonder if yaml [anchors and aliases](https://www.educative.io/blog/advanced-yaml-syntax-cheatsheet#anchors) would help you. Otherwise, one hack that comes to mind is to use `dynamic` inputs and `outputs`...
First of all, thanks for reporting this bug and providing reproduction steps! TL; DR: Note that [this fix](https://github.com/benthosdev/benthos/pull/1198) I made to `schema_registry_decode`, which went into Benthos v4.0.0, might impact you...
Without looking at the code, just curious, how are you planning to handle cases when you need to infer the schema for something like this: ```json { "foo": [ 1,...
Hi Jatin. The data should be in the table stage called `@%employee`. If you want it to be placed in the table, you need to configure Snowpipe as described in...
I guess you're looking for something similar to what [MuPDF](https://github.com/ArtifexSoftware/mupdf) can do in terms of rendering each PDF page to an image (or even an SVG). There are several Go...
Please go for it. I didn't get any time to work on this unfortunately
Would be nice to have such a linter as expressed in the uber-go guidelines [here](https://github.com/uber-go/guide/blob/master/style.md#omit-zero-value-fields-in-structs). Have there been any enhancements added to the framework which would allow implementing such a...
Hi @MegalLink, thank you for the question! One way is to get it to land on [this](https://github.com/Jeffail/gabs/blob/280654410ea84ee0ef9a40fb73155233b66badf5/gabs.go#L315) code path and have `target < 1`. The following should do the trick:...
Hey @cptspartano, sorry for the delayed response... For 1. it sounds like you're looking for something like [Bloblang](https://www.benthos.dev/docs/guides/bloblang/about), which makes use of some Gabs functions under the hood. See for...