php-rdkafka-stubs
                                
                                 php-rdkafka-stubs copied to clipboard
                                
                                    php-rdkafka-stubs copied to clipboard
                            
                            
                            
                        Rdkafka extension stubs for your IDE. Always compatibile with the latest php-rdkafka version.
Actualize ConsumerTopic, KafkaConsumer, KafkaConsumerTopic, Message due to original stubs from https://github.com/arnaud-lb/php-rdkafka and doc from https://arnaud.le-blanc.net/php-rdkafka-doc/phpdoc/book.rdkafka.html
Hello, I've parsed all properties from kafka configuration here https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md into PHP classes with constants and proper description. So for example Property | C/P | Range | Default | Description...
``` $ composer show kwn/php-rdkafka-stubs --latest name : kwn/php-rdkafka-stubs descrip. : Rdkafka extension stubs for your IDE keywords : versions : * v2.2.1 latest : 0.0.1 type : library license...
We saw that when there is an error, and a message is consumed, there is possibility to have null in message topic_name and message timestamp properties. The exact error is...
* Added methods added in rdkafka 6.0.4 * Kept compatibility with php 7.x to match composer requirement in rdkafka 6.x * Added parameters and return types where possible * Added...