morganstanley/modern-cpp-kafka

poll is thread safe?

yarthur1 opened this issue · 0 comments

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?