morganstanley / modern-cpp-kafka

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

Suppress error from rd_kafka_conf_set while setting enable.manual.events.poll #201

Closed KiillThemAll closed 1 year ago

KiillThemAll commented 1 year ago

ERR KafkaProducer[5ff24ee4-fd1e0bcc] failed to be initialized with property[enable.manual.events.poll:true], result[-2]

kenneth-jia commented 1 year ago

Good catch! Thank you, @KiillThemAll👍