Guntur Akhmad

Results 10 comments of Guntur Akhmad

I tried to remove all references to `github.com/golang/protobuf`, but stuck with the file `testv3.pb.go` in `reflection/grpc_testing_not_regenerate`, it's said that we should not regenerate the pb inside that package... I only...

It looks like that protobufjs/protobuf.js#1256 is already merged long time ago, should we update the protobufjs dependency from 6.8.8 to the latest one [6.11.2](https://github.com/protobufjs/protobuf.js/releases/tag/v6.11.2) ? I'm happy to create PR...

Hi there, I'm interested, we at Stockbit.com use bloomrpc heavily on our day to day workflow.

+1 for: 1. Monitoring 2. Security 3. Service Mesh 4. Log Management

I tried adding `--failOnErrors` into the `yarn danger ci` so it became `yarn danger ci --failOnErrors` after reading into this https://github.com/danger/danger-js/blob/main/source/runner/Executor.ts#L58 for me it did the trick.

There's implementation reference for AWS_MSK_IAM at `franz-go` in this example https://github.com/twmb/franz-go/tree/master/examples/sasl/aws_msk_iam , I think it's a great addition to Sarama because downstream projects such as [otel-contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib) and [Benthos](https://github.com/Jeffail/benthos) uses Sarama...

I think this should be considered as a security issue due to [CVE-2022-44797](https://nvd.nist.gov/vuln/detail/CVE-2022-44797) , as tools such as Trivy will complain about this library which still imports previous version of...

We implemented distributed tracing, this causes every external operations such as DB access and third party HTTP APIs to be traced, so when a specific operation fails or have noticeable...