Install the Apache Kafka C/C++ library on Linux
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Important: Progress® recommends you install a recent release version of the
Apache® Kafka® C/C++ library.
The minimum version required is 1.7.
To install on Linux:
- Open a browser and visit https://github.com/edenhill/librdkafka.
- Follow the instructions for getting
librdkafkafrom the Confluent APT or YUM repositories for the relevant Linux operating system.
Note: If the package manager
does not give you the latest version of
librdkafka,
you can get the package directly from Confluent. Note that librdkafka may require additional libraries, such as
libssl, to be updated on the operating system
as well.