You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our kafka projects (rdkafka 6.0.3 with PHP 8.x, alpine 3.16) we get a lot of deprecation notices in our error_log.
PHP Deprecated: Method RdKafka\\Conf::setDefaultTopicConf() is deprecated in /var/www/html/vendor/jobcloud/php-kafka-lib/src/Conf/KafkaConfiguration.php on line 95
I've seen that this is somehow already removed within #40 (but it's stale for 2 years).
Would be cool to not have this deprecation anymore in this lib.