Ashley Jeffs

Results 229 comments of Ashley Jeffs

Hey @willwolfram18, it's actually almost possible to do this but it's not exposed yet as I'm not 100% sure what to do with the result in order to make it...

Yeah it's all baked into the process, it means we can generate any format we like (and potentially set up a language server at some point). It's not documented but...

Hey @skolem-dan, thanks for raising this, I have a speculative fix here: https://github.com/benthosdev/benthos/commit/54ec38b6c979c889fce168a607c10932f388d5f2, it will prevent Benthos from gracefully terminating but the SQS message that triggers the object consumption will...

Under the hood benthos is using github.com/linkedin/goavro/v2, specifically using https://pkg.go.dev/github.com/linkedin/goavro/v2#Codec.NativeFromBinary and https://pkg.go.dev/github.com/linkedin/goavro/v2#Codec.BinaryFromNative to do conversions. For the purpose of decoding avro into a generic format we could probably solve this...

Hey @webfrank unfortunately these fields don't support interpolation functions, fields that support interpolation functions state explicitly in their document, like here for example: https://www.benthos.dev/docs/components/outputs/nats#subject. If this is a common pattern...

Hey @monban, just a quick heads up it looks like I'll need to move this component in order to finish my next task, the implementation won't change significantly so your...

Hey @Archanian, yeah what you're seeing here is that the batching is done independently for each topic/partition. I'd say the easiest set up is to remove batching from the input...

@Archanian that might be a bug, there's an existing issue waiting for an investigation into that: https://github.com/Jeffail/benthos/issues/1058

Hey @cortopy, I forgot to update this ticket but there's an experimental WASI plugin implemented on this branch: https://github.com/benthosdev/benthos/tree/wasmtime-go, performance isn't amazing as we're having to pipe data to/from files...

@gedw99 wazero is literally the next thing I'm going to try, will aim to have both to choose from.