soldevelo/kafka

By soldevelo

Updated 1 day ago

Apache Kafka by SolDevelo, a maintained fork of the Bitnami Kafka image.

Image
Message queues
Data science
Monitoring & observability
4

10K+

soldevelo/kafka repository overview

SolDevelo Kafka

Verified by InfraScan Docker Pulls Docker Image Size GitHub stars GitHub issues License

SolDevelo Kafka Docker Image

This repository is a fork of Bitnami's Containers Library. The Kafka image is maintained by SolDevelo to provide up-to-date Kafka versions and fixes, while keeping the original Bitnami base.

Features

  • Maintained Kafka container image by SolDevelo.
  • Based on Bitnami Kafka container (Apache-2.0 licensed).
  • Ready to use with Docker or Docker Compose.
  • Testcontainers support for integration testing.
  • Future support for additional containers planned.

Run Kafka using Docker Compose

The main folder of each application contains a functional docker-compose.yml file. Run the application using it as shown below:

curl -sSL https://raw.githubusercontent.com/soldevelo/containers/main/soldevelo/kafka/docker-compose.yml > docker-compose.yml
docker-compose up -d

Documentation

https://github.com/SolDevelo/containers/tree/main/soldevelo/kafka

Testcontainers

Use asCompatibleSubstituteFor("apache/kafka") to use this image with the Testcontainers KafkaContainer module:

KafkaContainer kafkaContainer = new KafkaContainer(
    DockerImageName.parse("soldevelo/kafka:latest")
                   .asCompatibleSubstituteFor("apache/kafka")
);

Contributing

We'd love for you to contribute to those container images. You can request new features by creating an issue, or submit a pull request with your contribution.

License

Copyright 2025 SolDevelo Based on Bitnami Containers Library (https://github.com/bitnami/containers) © 2025 Broadcom Inc. (licensed under Apache-2.0)

This project is licensed under the Apache License, Version 2.0.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Tag summary

Content type

Image

Digest

sha256:dc147e7fd

Size

221.2 MB

Last updated

1 day ago

docker pull soldevelo/kafka