https://github.com/tayeva/librdkafka-docker
Docker image source files for: tayeva/librdkafka
https://github.com/tayeva/librdkafka-docker
cpp docker docker-image kafka
Last synced: about 1 year ago
JSON representation
Docker image source files for: tayeva/librdkafka
- Host: GitHub
- URL: https://github.com/tayeva/librdkafka-docker
- Owner: tayeva
- License: apache-2.0
- Created: 2023-06-21T04:01:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T18:51:56.000Z (about 3 years ago)
- Last Synced: 2025-02-12T20:14:42.944Z (over 1 year ago)
- Topics: cpp, docker, docker-image, kafka
- Language: Dockerfile
- Homepage: https://hub.docker.com/repository/docker/tayeva/librdkafka/general
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# librdkafka-docker
This repository contains the source code for building the [tayeva/librdkafka](https://hub.docker.com/repository/docker/tayeva/librdkafka/general) docker image. It prepares an ubuntu based docker image compiling the [Confluent Apache Kafka C/C++ library](https://github.com/confluentinc/librdkafka).
## Building
Find the version of `librdkafka` that you would like to build and provide it as a command line argument to the build script.
For example:
`./build.sh 2.1.1`
## Examples
There is an example of a simple producer-consumer application utilizing this docker image [here](https://github.com/tayeva/librdkafka-examples-cpp/tree/main/simple-producer-consumer).