confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
7.38k stars 3.11k forks source link

Consumer initialization hangs #4588

Open Mrigank11 opened 5 months ago

Mrigank11 commented 5 months ago

Description

We have ulimit nproc set for all users, which disallows creation of threads after a certain limit has reached. In such cases, confluent-kafka seems to hang when creating a new consumer.

How to reproduce

Observations

Looking at the stack trace, this seems very similar to #3954.

Checklist

IMPORTANT: We will close issues where the checklist has not been completed.

Please provide the following information:

Mrigank11 commented 2 months ago

Any update here?