DrunkCat
DrunkCat
go run main.go
when i 'make' phpkafka, it occured the followed issue: [root@OA-test phpkafka]# make test Build complete. Don't forget to run 'make test'. PHP Warning: PHP Startup: Unable to load dynamic library...
when i use phpkafka function in my php file: " Fatal error: Class 'Kafka' not found in /usr/local/www/kafka-php/test_kafka.php on line 5 " I know i havn't install phpkafka into php_extension...
@the100rabh : thanks for your answer, i have solved this problem, i have compiled the 'phpkafka' into php_extension, when i use the next code into my php file: test_phpkafka.php new...