php-rdkafka icon indicating copy to clipboard operation
php-rdkafka copied to clipboard

Production-ready, stable Kafka client for PHP

Results 45 php-rdkafka issues
Sort by recently updated
recently updated
newest added

### Description ### Problem **builtin.features:** gzip, snappy, ssl, sasl, regex, lz4, sasl_gssapi, sasl_plain, sasl_scram, plugins, zstd, sasl_oauthbearer, http, oidc. https://github.com/edenhill/librdkafka/blob/b47da0e4eec900d9cb091d2f524e957505dbb513/CONFIGURATION.md It is not possible to detect the available features of...

feature

### Description Currently, the only way to read configuration values from RdKafka\Conf or RdKafka\TopicConf is to call the dump() method. It would be convenient if we also added a get()...

feature

### Description I wonder if either there is and I didn't find or if we could add a way to force initialize the connection. **context** I receive data in an...

feature

`librdkafka` allows using Topic API in their 1.0.0 release. It would be a great addition to the library since it would allow taking control of Kafka instance using PHP scripts...

enhancement

### Description Need to consume messages in batches with auto re balancing

feature

### Description The following code: ```php

bug

### Description The following code: ```php

bug

because you need another package [librdkafka](https://github.com/edenhill/librdkafka),you should install [librdkafka](https://github.com/edenhill/librdkafka) first - $ git clone https://github.com/edenhill/librdkafka.git - $ cd librdkafka - $ ./configure - $ make && make install make gcc...

Each time PHP script gets executed, a new instance is created of Kafka. It would be nice if there was some way of keeping the connection persistent and not having...

enhancement
help wanted