Ashley Jeffs

Results 229 comments of Ashley Jeffs

Closing for now as we have a release with these changes. There's some feedback that I like which hasn't been worked into the spec just yet but we can iterate...

Hey @peczenyj, I've done a bit of digging into the original implementation and I actually think using unlogged was due to a misunderstanding of batch insert mechanisms. As far as...

We actually already have support for using whatever you want when using the stream builder API: https://pkg.go.dev/github.com/benthosdev/benthos/[email protected]/public/service#StreamBuilder.SetEnvVarLookupFunc, it wouldn't be much work to add other k/v store options and even...

Hey @illotum, variables aren't automatically passed through to mappings, right now the only work around is to pass an object literal to the map that aggregates the target value as...

Will need a big of digging but this is probably going to need to be an option on the codec type, where on EOF we discard partial data rather than...

Hey @webfrank, it's possible but making the destination dynamic would need investigating as there could be some odd edge cases we'd need to understand.

Hey @NielsQAGO I haven't had a chance to check out the changes in the client library but I would assume if we upgrade to the latest it'll support older versions...

It was actually pretty easy to upgrade so I went ahead: https://github.com/benthosdev/benthos/commit/3b489c2ed05ba9df644f972586296c4f7b9d1a79, tested with redis 5, 6 and 7 and the integration tests pass.

@ChrisSamo632 both packages have introduced breaking API changes so you need to ensure your own `go.mod` pins the same versions rather than just using `go get -u` to pull the...

Dumping thoughts about the `Event`, `LogEvent` and `Value` APIs that would've helped me out whilst implementing `remap`. We currently have three degrees of separation between an Event and the underlying...