morganstanley / modern-cpp-kafka

A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)
Apache License 2.0
331 stars 86 forks source link

poll is thread safe? #227

Open yarthur1 opened 5 months ago

yarthur1 commented 5 months ago

hi all, I want to konw whether KafkaConsumer::poll is thread safe? std::vector poll(std::chrono::milliseconds timeout);

I view the comment,but no where mention it. can someone tell me?