Isaac Diamond

Results 6 comments of Isaac Diamond

> At work we use any just fine so I don't see why not having this makes it impossible? I am not a huge fan of adding this method so...

> > At work we use any just fine so I don't see why not having this makes it impossible? I am not a huge fan of adding this method...

The `Reader` and `Writer` have both a `Logger` (for `Info` level logs) and an `ErrorLogger` for more serious errors: https://pkg.go.dev/github.com/segmentio/kafka-go#LoggerFunc What messages do you think should be logged at `Warn`...

Go 1.16 was released in February of 2021 and is 3 years out of date. I think probably the right solution here is to bump the required Go version to...

You can use the lower level `Connection` APIs to do this: https://pkg.go.dev/github.com/segmentio/kafka-go#Conn.WriteMessages. There's no real need to use the `Writer` API if you're going to handle all the production and...

In a similar vein, is there a way to collapse the diagnostics view to see a summary of issues by file? Often, I want to work through each file to...