Emanuele Sabellico

Results 215 comments of Emanuele Sabellico

@mdorier thanks for reporting this problem, can you attach a debug log containing that message: `Failed to fetch committed offsets for 0 partition(s) in group "my_consumer": Broker: Not coordinator`

Thanks @bjosv we need to revert [this](https://github.com/confluentinc/librdkafka/pull/4225/files#diff-eef17694b5807cd63a95c3d86c39752b62f8bdb46e46c59231bf02353a5daef5R3605) change

+1 for debug logs as we can verify if it's related to this bug https://github.com/confluentinc/librdkafka/issues/4804

> we don't want to miss any message, so we have a requirement to commit each message In this case you should have sync commits and, to reduce number of...

It seem that in your test calls (ApiVersions, Metadata) are succeeding when connecting to the boostrap server `192.168.1.106:9092/bootstrap` but failing when connecting to the advertised listener `127.0.0.1:9092` could it check...

I think the problem is with the EXTERNAL advertised listener, because it has `EXTERNAL://127.0.0.1:9092` and the client is using the localhost address of the host. Try putting the same address...

Please try again with latest version and write a more detailed report, as that is a very old version. https://github.com/confluentinc/librdkafka?tab=readme-ov-file#community-support

Hi @blindspotbounty I think that data race doesn't have to do with the hang on destroy, as both threads are accessing the `rd_kafka_fetch_pos2str` and writing to the static field with...

@mensfeld I confirm there's no plan to make repos private, especially the clients.