KJ Tsanaktsidis

Results 83 comments of KJ Tsanaktsidis

I'm happy to make a PR, but wanted the maintainers to give an opinion on this first!

@pavelnikolov You might don't care about this after two and a half years, but I think I implemented PollContext with cancellation in this PR: https://github.com/confluentinc/confluent-kafka-go/pull/518

Hey @jasimsulaiman, just FYI - I needed this functionality in my app, and I also needed event-based polling (https://github.com/confluentinc/confluent-kafka-go/pull/518). So I merged this change into my tree on top of...

Oh, forgot about the CLA. Our legal team seems to turn these around in a couple of weeks... should give us plenty of time to iterate on the PR 😂

@edenhill - finally got the CLA signed, so interested in your opinions on this change :)

@mhowlett @edenhill Ok, took a bit longer than I was hoping, but I think I've got a version of this PR up that uses `rd_kafka_queue_yield` as you suggested. I made...

@edenhill I think I've addressed your feedback - PTAL when you get a chance? 🙏 thanks!

Also - since I've been mucking around with the cgo machinery - I ran the test suite a few times on my machine with `GODEBUG=cgocheck=2`. This actually shook out some...