Hi,
I was wondering about the thread safety of the library. Is it safe to trigger, for example, 1 million of asynchronous messages productions at the same time?
I see that librdkafka is indeed thread safe. I was wondering whether any mechanisms introduced my modern-cpp-kafka could compromise this feature.
Cheers