Georges Haidar

Results 46 comments of Georges Haidar

Oh thank goodness this is being addressed. We are concerned that a full sync of our content will slow down our build and Gatsby Preview processes as time goes on...

@ryanseddon @jamesremuscat I think I've got a solution for this. Check out #227 :)

@ryanseddon fwiw, I did encounter the same bug as @jamesremuscat and fixed it with this (failed to mention it in the PR). If they don’t reply any time soon, I...

👍 There are also performance improvements in 1.17/1.18 that Benthos could benefit from alongside generics.

As of Benthos 4.6.0, a transitive dependency, `github.com/rivo/uniseg`, is included that requires go1.18 as a minimum. This is because it is using generics. ``` ❯ go mod why github.com/rivo/uniseg #...

#1069 might overlap in terms of high level design of how to control reading from inputs.

@Jeffail Should we close this issue now that #1351 is merged?

Here's a config to reproduce the issue: ```yaml tracer: # Running with jaegertracing/all-in-one:1.37 docker image jaeger: agent_address: localhost:6831 input: broker: inputs: - generate: mapping: | root = { "id": uuid_v4(),...

@gedw99 this is precisely the intention. You can put either JSON-encoded or CUE-encoded messages through this processor. It currently emits a result in JSON but it'll be nice to give...

@gedw99 in addition to @Jeffail's comment, I'm hoping you've also seen that, in v4, we added support for generating a CUE schema for Benthos components here: https://www.benthos.dev/docs/configuration/using_cue.