php-rdkafka
php-rdkafka copied to clipboard
Production-ready, stable Kafka client for PHP
### Description The following code: ```php
### 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...
### 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...
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....
### 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...
### 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...