Emanuele Sabellico
Emanuele Sabellico
Closing it as #5133 was merged instead
Thank you @mensfeld ! Couldn't push it earlier because we're reviewing company flows after the incident that happened to public repositories earlier in the month.
@UBSaxo thanks for your contribution and sorry for the long wait. We're starting to work on your PRs as promised. I understand and appreciate the goal here, just we need...
> Once I complete my assertions I remove those topics and prepare new batch of topics to move forward (with smaller count of partitions) Do all the topics in the...
I confirm that it's not working with AK 4.0 branch, the `simple_produce.py` example is giving this exception on the client: ``` Unable to request metadata from "localhost:42235": KafkaConnectionError: Connection at...
To prevent this and improve availability when doing a cluster roll to upgrade to a version with KIP 320 we can make a change so validations are skipped when new...
Hi, thanks for the report, the problems seems to be that `timespec_get` can return an error an in that case the `tspec` isn't initialized. That should be the problem I...
Hi @fdr400 this is the correct thing to do > Second, is to use the rd_kafka_seek to move the fetched offsets back to the commited values. But, again, I read...
How to reproduce: happening sporadically with test `0113` subtest `n_wildcard`. Run it it with `TEST_DEBUG=all` and `until-fail.sh` to see the refcnt not reaching zero.
Addressed comment, updated CHANGELOG and rebased