Milind L
Milind L
Currently in a draft state because of the fact that librdkafka implementation isn't fully done, and so this should not be merged. Tested in conjunction with https://github.com/edenhill/librdkafka/tree/feature/list-and-alter-offsets (and depends on...
This propagates the individual errors for each TopicPartition that is being Paused/Resumed, into the input slice itself. An non-nil cumulative error is returned in case one or more of the...
This PR builds on #1126 (retains commit history). Since there are comments on the prior PR, I'll both add those comments here and address them here.
Also improves the documentation around this property. This solves the following problem: The property "allow.auto.create.topics" is supposed to be a consumer property, but we are setting it (and it is...
As discussed with @yashsriv This is an easy issue.
As requested in a mail to the PClub ID. Thoughts?
After KIP-580, this property is used for both consumer and producer related operations, sort of as a general backoff. The configuration needs to be updated to reflect this, else we...
Fixes #965 This error has been there since 2.0.0 onwards after the CI was changed. The static librdkafka bundle includes libzstd and libz, both of which are built with -fstack-protector...