I have a fair amount of detail in this SO post: http://stackoverflow.com/questions/39901163/installing-librdkafka-on-windows-to-support-python-development.
TLDR: I can't figure out where to install my librdkafka files so that pip install / setup.py can find them.
I tried a hack where I drop the librdkafka header files and .lib/.dll files in my current virtual environment, but then got a linking failure.
Thanks!