php-rdkafka-stubs icon indicating copy to clipboard operation
php-rdkafka-stubs copied to clipboard

Missing nullable types for Message stub

Open jahsen opened this issue 2 years ago • 2 comments

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 -185 / RD_KAFKA_RESP_ERR__TIMED_OUT. Probably it is a good idea to make them null-able. :)

jahsen avatar Feb 28 '23 12:02 jahsen

Thanks for flagging the issue. Do you mind opening a pull request and adding the missing value?

kwn avatar Mar 09 '23 21:03 kwn

Of course :)

jahsen avatar Mar 10 '23 00:03 jahsen