Ashley Jeffs

Results 229 comments of Ashley Jeffs

Hey @cdz99, it'd need a bit of investigation as we'd need to open up support and ideally also add some sort of integration testing, but in theory it might be...

Not ideal but I've added a troubleshooting section for now given how vague the error is: https://github.com/Jeffail/benthos/commit/30489a57f3a51d31d530e1361661df699a86807c

Hey @packman80, the timestamp methods (https://www.benthos.dev/docs/guides/bloblang/methods#ts_parse, etc) now return explicit timestamp values. Looks like we'd need to add an explicit method for creating a `uint` value.

Hey, I'm pretty sure it should "just work" if you set this field: https://www.benthos.dev/docs/components/inputs/aws_s3#force_path_style_urls, all s3 components have it as an option.

Hey @webfrank, not sure I fully understand your goals, any chance you can outline a typical input versus desired outputs? The system window implementation is super barebones right now and...

Hey @mathewdgardner yeah that should be fairly straight forward to add, definitely open to PRs. Should just be a case of adding a username and password field to https://github.com/benthosdev/benthos/blob/main/internal/impl/confluent/processor_schema_registry_encode.go#L55

Hey @kabukky, this is awesome, it might take me a little while to dig into the implementation properly but at a glance it looks great and this is going to...

Hey @mathewdgardner, looks good but ideally I'd like to follow the same format as the current HTTP components (https://www.benthos.dev/docs/components/processors/http#basic_auth), so we have a config section `basic_auth` with an explicit `enabled`...

Hey @siviae yeah that sounds really annoying, we should do backoff generally but maybe be more aggressive with it for longer term errors like permissions etc.