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

Production-ready, stable Kafka client for PHP

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

### Description I am able to connect to my cluster and publish events but I keep seeing errors logged related to SASL. I did see a previous comment by @arnaud-lb...

bug

### Description Hello, Is it possible to implement the RdKafka Mock Cluster for testing purpose ? The mock seems to exist in the rdkafka lib: https://github.com/confluentinc/librdkafka/blob/master/src/rdkafka_mock.h I'm ready to help...

feature

Should fix https://github.com/arnaud-lb/php-rdkafka/issues/575.

### Description A segmentation fault sporadically occurs at the end of a PHP process that creates many `KafkaConsumer` instances. The consumers are usually closed manually by calling the `close` method....

bug

### Description Hello, after upgrading to php:8.2.29 I've started seeing lots of SIGSEGV, Segmentation fault crashes. I'm connecting to MSK (managed kafka) using SASL_SSL protocol and SCRAM-SHA-512 mechanism All the...

bug

### Description I have updated to 6.0.5, which has oauth support according to the release docs and other issues on here. I updated librdkafka with `yum install librdkafka-devel` then ran...

bug