- Issue created by @louis-cuny
- Status changed to Closed: works as designed
over 1 year ago 10:31am 11 October 2023 - 🇫🇷France louis-cuny
I was having an array of array for producer broker list
The related issue made me do this syntax error
Sadly not so easy to debug without xdebug getting in rdkafka
I found more logs adding$conf->set('debug', 'all');
in addition to$conf->set('log_level', strval(LOG_INFO));
- 🇫🇷France fgm Paris, France
Thanks for closing the issue once you identified it was not needed. Not everyone remembers to do that.