Rob Hansen
Rob Hansen
Hi, @lxxwilliam, I'm not able to reproduce any read timeouts with my local setup. Please provide a full reproduction of the issue including a docker-compose file so that we can...
I've tried to reproduce with versions 1.18.2 and versions 1.17.10 with no success. It's possible that this is related to running on windows vs linux/osx but I don't have a...
Could you try setting a timeout in the context instead of using `context.Background()`? It could be a difference in the timeout behavior in linux vs windows.
Hi! Thanks for the detailed report! Would you be able to also try https://github.com/rhansen2/kafka-go/tree/consumer-group-client to see if it reproduced with as well? It's still a WIP but may help us...
Hi @Sparkz0629 thanks for your patience and for trying that branch. Unfortunately I'm struggling to reproduce this issue locally but I am still looking into it. Could you possibly provide...
@Sparkz0629 Are you settings a logger on the Reader you're using? Something like https://pkg.go.dev/github.com/segmentio/kafka-go#readme-logging ? With the logger configured you should see pretty chatty output describe what the Reader is...
Hi @Sparkz0629, Just wanted to check in to see if you had any updates or additional information on this issue?
Hi @jcr1984, Are you experiencing this issue with the latest version of kafka-go? If so are you able to provide a runnable reproduction? Thanks!
Hi @lplazas, I don't think there's anything restricting us from implementing that functionality. Thanks for being willing to contribute! We welcome a PR! Here's an example PR for implementing another...
Hi @lplazas, Just wanted to check in to see if you had any updates on this issue?