Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 309 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 309 Bytes

librdkafka compiler

Use this docker image to compile the newest librdkafka library without the need to install dependencies on your system.

Build

docker built -t kafka_compiler .

Usage

docker run -v `pwd`:/opt --rm kafka_compiler cp /tmp/librdkafka/src/librdkafka.so.1 /opt/