Kason Braley

Results 8 issues of Kason Braley

The `GoLint` command used to run golangci-lint uses hardcoded flags: https://github.com/ray-x/go.nvim/blob/a8095eb334495caec3099b717cc7f5b1fbc3e628/lua/go/commands.lua#L228 I would like to have the `--exclude-use-default` flag set to true (the default for golangci-lint). That way the only...

**Describe the solution you would like** I am looking to see if it is currently possible to implement this health check idea https://blog.cloudflare.com/intelligent-automatic-restarts-for-unhealthy-kafka-consumers/ with kakfa-go. Some initial struggles I am...

enhancement

The output from `rpk connect --help` references `redpanda-connect` as the command to run, I think it's supposed to be `rpk connect`. ```bash ~/n/benthos> rpk connect --help NAME: redpanda-connect - A...

bug

I'm not entirely sure that this is the complete fix, since the binary here is under the `cmd/redpanda-connect` directory. But since `connect` is only distributed under the `rpk` binary now,...

This is a carry on from a Discord conversion I had with @mihaitodor. https://discord.com/channels/746368194196799589/754099840354615296/1245470848744292362 I was looking into how the `aws_s3` input handled specific errors, and noticed that it might...

bug
needs investigation
ash pls

Update the examples to use the current API for configuring production sampling. These names were changed a couple of years ago: https://github.com/open-telemetry/opentelemetry-go/pull/1115 https://github.com/open-telemetry/opentelemetry-go/pull/1153

Skip Changelog

### Describe the bug? The documentation section on the go doc page at https://pkg.go.dev/github.com/okta/okta-sdk-golang/[email protected]/okta#section-documentation spams `Code generated by OpenAPI Generator (https://openapi-generator.tech/); DO NOT EDIT.` a thousand times. This seems irrelevant...

bug
stale

Closes #129. - `net.peer.name` -> replaced with `server.address` on client spans and `client.address` on server spans. - `net.peer.port` -> replaced with `server.port` on client spans and `client.port` on server spans....