Hi,
I'm finding that I'm occasionally getting some null characters when I'm logging to file the contents of the logger callback. My program is single threaded, yet I know librdkafka is multi-threaded. Do I have to do any locking while dealing with the logging callback? or are you locking while calling the callback handler?
Thanks.
Hi,
I'm finding that I'm occasionally getting some null characters when I'm logging to file the contents of the logger callback. My program is single threaded, yet I know librdkafka is multi-threaded. Do I have to do any locking while dealing with the logging callback? or are you locking while calling the callback handler?
Thanks.