Ashley Jeffs
Ashley Jeffs
@siviae I think to start I'd be happy just adding a backoff policy without any configuration, as long as it's sensible I doubt anyone would be interested in tuning it....
Hey @pjebs, what kind of components would you want for working with grpc? I'm not sure what a generic grpc connector would look like or be useful for.
Hey @pjebs, closing this ticket for now as it's not very informative but please reopen if you can flesh out the request.
Hey @natenho, sounds like you want something like this: ```yaml input: http_server: path: /post pipeline: processors: - mapping: | root.fieldB = this.fieldA + "-bar" - http: url: foo-bar-server.com verb: POST...
Hey @alexstuckey! Sorry for the late response, been mostly off the grid this week. 1. Unfortunately the log still appears as the catch block is resolved after the processor, if...
Hey @arunx2, any chance you could shift this over to the new public plugin APIs? A good example would be something like the jetstream input: https://github.com/benthosdev/benthos/blob/main/internal/impl/nats/input_jetstream.go. Otherwise I can do...
Hey @wirtsi, which version of benthos are you using?
Quick triage check of the code base and I suspect this might be a problem with graceful termination tearing down the output too aggressively, one thing worth trying is keeping...
Hey @wirtsi, I'm not having any luck trying to reproduce this. I don't think it's likely to be related to `oauth2` settings but I can't rule it out either. Is...
Hey @faceair, not currently, the plan is to eventually support custom metrics implementations but there's no timeline for this work.