Closed
Description
Here is what my setup looks like:
yum list installed | grep librdka
librdkafka1.x86_64 0.9.5_confluent3.2.1-1.el6 @Confluent.dist
pip freeze | grep confluent
confluent-kafka==0.9.4
cat /etc/redhat-release
CentOS release 6.6 (Final)
And this is the error when I try to construct the producer?
KafkaException: KafkaError{code=_INVALID_ARG,val=-186,str="Property "throttle_cb" must be set through dedicated .._set_..() function"}