php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.17k stars 429 forks source link

Set return type to flush function in RdkafkaProducer to be compatible to php-rdkafka #1310

Closed felippeduarte closed 10 months ago

felippeduarte commented 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.

felippeduarte commented 10 months ago

hey @makasim , could you please take a look?