modern-cpp-kafka icon indicating copy to clipboard operation
modern-cpp-kafka copied to clipboard

poll is thread safe?

Open yarthur1 opened this issue 1 year ago • 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?

yarthur1 avatar Jan 17 '24 03:01 yarthur1