Mihai Todor

Results 43 issues of Mihai Todor

Follow-up to #21. This should work if you create and push a new tag after merging. Thank you again! ```shell > git tag -a v0.0.2 -m "Support Go 1.18" >...

Ensure that the Redis processor has the args_mapping field. Fixes #1371. It now outputs the following: ``` ERRO Config lint error @service=benthos lint="./tmp/config_redis_cache.yaml: line 7: field args_mapping is required" ERRO...

The following config will keep trying to send messages to the `kafka_franz` output if it's unavailable, although there's an `stdout` fallback output configured: ```yaml input: generate: mapping: | root.id =...

enhancement
outputs
v5

Following up on https://github.com/benthosdev/benthos/discussions/1244, as discussed on Discord, we want to set [`SetEscapeHTML`](https://pkg.go.dev/encoding/json#Encoder.SetEscapeHTML) when marshalling JSON to avoid certain characters, namely `&`, ``, being escaped to `\u0026`, `\u003c` and `\u003e`....

annoying
bloblang
v5

Given this config: ```yaml input: stdin: {} ``` If I run it via `benthos -w -c foo.yaml` and then I edit it and I insert a space in it or...

bug
inputs
annoying

https://github.com/segmentio/kafka-go/ supports `tls.Config` (see [here](https://github.com/segmentio/kafka-go/blob/9cb6db918c3b84d0f50788c550fa0f7a5706c9b5/dialer_test.go#L164-L168) and [here](https://github.com/segmentio/kafka-go/blob/9cb6db918c3b84d0f50788c550fa0f7a5706c9b5/dialer_test.go#L186-L187) where one can pass in a slice of `tls.Certificate`. I'm not sure how most people would expect to use this in practice, but...

This is a follow-up to #168. I deployed this role on a RHEL8 box and it looks like UI is unable to display files from the `prometheus_config_dir/consoles` folder because it's...

bug

Thought to add some linting and CI to this one too. ~I guess 93f81fa might have caused trouble in some cases, because the underlying data of slices is passed by...

I am using the latest version of Convey (`3bd662e`) and this code: ```go package main import ( "errors" "testing" . "github.com/smartystreets/goconvey/convey" ) var foobarErr = errors.New("foobar error!") func foobar() error...

1-defect
3-convey-package

I'd like to be able to deploy the PostgreSQL [subchart](https://github.com/bitnami/charts/tree/master/bitnami/postgresql) instead of the MySQL one as part of the prerequisites chart, since DataHub also supports it as a backend store....