Hi all iam getting this error: Fatal error: Uncaught Error: Class 'RdKafka\Producer' not found i followed the spec attached in this git. and successfully appended and loading the extension rdkafka.so, can any one please help me.vinayodela changed the title Fatal error: Uncaught Error: ...
}for($flushRetries=0;$flushRetries<10;$flushRetries++) {$result=$producer->flush(10000);if(RD_KAFKA_RESP_ERR_NO_ERROR===$result) {break; } }if(RD_KAFKA_RESP_ERR_NO_ERROR!==$result) {thrownew\RuntimeException('Was unable to flush, messages might be lost!'); } /usr/local/etc/p...
PHP Fatal error: Uncaught Error: Class 'RdKafka\Conf' not found in /var/www/html/iot-filling-station-2.0/kafkapublish/producer.php:15\nStack trace:\n#0 {main}\n thrown in /var/www/html/iot-filling-station-2.0/kafkapublish/producer.php on line 15 Note: i added the kafka extension php...