Travis Bischel

Results 293 comments of Travis Bischel

> Feel free to close the issue unless you feel it has some worth to other users I'll leave this open and implement both proposals I have above for v1.7.0....

After looking into implementing it, I'm going to just expose the three new methods and add an mark behavior. The problem with partially marking what is polled is that the...

Please let me know if there's something I can help with here!

Alternatively, expose a function that we can pass our statement and arguments to to get what interpolateParams returns. If Exec fails, we can manually check.

Prefixing with `_` is common for fields in structs when you want to define a struct but not have it exported. This is commonly used for forcing users of the...

> I know that adding a blank field is a hack to force you to use field names when instantiating a struct TIL that a field in a struct can...

opentelemetry managed to work around this without any changes to sarama. https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/kafkaexporter/authentication.go#L127

The last update nearly two years ago was that this would be picked up soon -- is there a way to move the project forward? I spent a day on...

This will be closed in v23.2, per the franz-go dep bump to https://github.com/twmb/franz-go/blob/master/CHANGELOG.md#v1133, which introduced "always retry on NotLeader for sharded requests"