modern-cpp-kafka
modern-cpp-kafka copied to clipboard
poll is thread safe?
hi all, I want to konw whether KafkaConsumer::poll is thread safe? std::vectorconsumer::ConsumerRecord poll(std::chrono::milliseconds timeout);
I view the comment,but no where mention it. can someone tell me?