Steve van Loben Sels

Results 8 comments of Steve van Loben Sels

No movement as of yet. If you're interested in taking a stab at it, I think it's a matter of: 1. Adding a kerberos server to the docker compose setup...

Hi @neal1991 . The example is just a toy program...since the `kafka.ConsumerGroup` API is still relatively new, we haven't wanted to bulk it up with too much functionality. But as...

No problem! This would definitely work. Depending on your message volume, though, it may not be the most efficient. Every time you call `CommitOffsets`, it will incur a round trip...

I think we can close this due to inactivity. The best approach as noted above for a high volume group is to run a commit loop in the background. We...

Hi @p53. We don't have immediate plans to implement this feature, but if we'll happily accept PRs if you have the time to work on it. 😄

No problem! The short answer is I know I can't use Transport for the use case I was trying to enable. RoundTripper may work, but I'm not sure. This PR...

I bumped into this same issue on MacOS Ventura 13.5. It seems like that with the latest library versions installed by Homebrew ([email protected], [email protected]), one of two things need to...

Thanks for the report @yangshuxin ! Using HLLs with different parameters isn't a typical use case, so I'm not surprised we have some lingering bugs. Your workaround looks good to...