Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
2.18k
stars
435
forks
source link
Set return type to flush function in RdkafkaProducer to be compatible to php-rdkafka #1310
Closed
felippeduarte closed 1 year ago
Looking at the rdkafka docs (https://arnaud.le-blanc.net/php-rdkafka-doc/phpdoc/rdkafka.flush.html) flush returns an integer instead of void in Producer class. This PR sets the same return type.