Where to find librdkafka 1.7?

Installing confluent-kafka from source and getting this:

#error “confluent-kafka-python requires librdkafka v1.6.0 or later.
Install the latest version of librdkafka from the Confluent repositories,
see http://docs.confluent.io/current/installation.html

Where do I find the latest version of librdkafka, version 1.7?
when I install one via yum, I get version 0.11 which is not adequate for the install.

hi,

check the following (depending on your os version)

RHEL based
https://packages.confluent.io/rpm/6.2/7/
https://packages.confluent.io/rpm/6.2/8/

debian based
https://docs.confluent.io/platform/current/installation/installing_cp/deb-ubuntu.html

source code:

hth