-
Description
===========
When the consumer does not receives a message for 5 mins (default value of `max.poll.interval.ms` 300000ms) the consumer comes to a halt **without exiting the program**. Th…
-
Description
===========
When using cooperative sticky with fetch from follower, metadata changes during a rolling restart are triggering frequent rebalances. This seems to be related to [KIP-881](ht…
-
Description
===========
Facing issue while trying communication to Kafka over SSL via Admin Client.
Configuration: `{'bootstrap.servers': 'X.X.X.X:X', 'security.protocol': 'ssl', 'ssl.ca.location…
-
With [ruby-kafka](https://github.com/zendesk/ruby-kafka)'s deprecation, the [rdkafka-ruby](https://github.com/appsignal/rdkafka-ruby) gem which wraps [librdkafka](https://github.com/confluentinc/librd…
-
### Checklist
- [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports
### Describe your issue
I have a project that uses `rdkafka` …
-
In our kafka projects (rdkafka 6.0.3 with PHP 8.x, alpine 3.16) we get a lot of deprecation notices in our error_log.
```
PHP Deprecated: Method RdKafka\\Conf::setDefaultTopicConf() is deprecated…
-
Description
===========
When sending the very first message to a topic, the message is skipped by the consumer. This is typically the message sent to partition 0 with offset 0. Any subsequent messag…
-
Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions
D…
-
Description
===========
When do we get PAUSE from librdkafka without explicitly calling pause ?The application seems to be getting PAUSE and rebalancing is occurring. And the application process…
-
Description
===========
When i create a producer after creating a consumer i get segmentation fault crash.
This happens only when i config bootstrap servers as hostnames. If i use IP everything wor…