Ashley Jeffs
Ashley Jeffs
Hey @mohammedkamranazam, for your requirements it sounds like you'd need a management service to keep track of all the running nodes which we don't have an open source solution for...
Hey @kostas-theo, sounds like a great addition, I'd love a distributed rate limit option. Ideally this would be implemented as a `rate_limit` resource component even if it involves a small...
Hey @mfamador, sounds like possibly more than one issue here. The fatal error should be quick to fix but unfortunately the trace you've attached is missing the beginning which is...
Interesting, it's possible there was a small regression in the dynamic output refactor, I've done a bit of tidying up that'll possibly help: https://github.com/benthosdev/benthos/commit/e221ea85f2b5710e434d47bb636d5f9dca6a1a2f. Unfortunately the trace isn't helping narrow...
Hey @diptomondal007, I tried to reproduce this with the following config: ```yaml http: enabled: true debug_endpoints: true input: dynamic: {} ``` And then these commands: ```sh curl -X POST http://localhost:4195/inputs/foo...
Okay thanks @diptomondal007, I'll close this for now but if you see it again then please reopen and we can dig a little more.
Hey @Counterflowwind, it looks as though you should be calling `base64_encode` but I'm not sure, there's a lot of logic going on there to unpack.
Work done already here: https://github.com/benthosdev/benthos/commit/cb8007aa1740d53f47a37650b7b420223b3ecd7f, we have until the next release to figure this out and make changes.
> I like it, pretty cool! We've been doing a lot of marshalling and unmarshaling around metadata that we wouldn't need with this. And what about the outputs that put...
@dudleycarr good question, there's both a technical and non-technical reason. The technical problem is that the `root.` prefix is optional so right now any inexplicit assignment can be assumed to...