examples
Apache Kafka, Apache Flink and Confluent Platform examples and demos (by confluentinc)
bitnami-docker-kafka
Bitnami Docker Image for Kafka (by bitnami)
examples | bitnami-docker-kafka | |
---|---|---|
6 | 4 | |
1,979 | 698 | |
0.6% | - | |
9.8 | 9.8 | |
about 18 hours ago | almost 3 years ago | |
Java | Shell | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
examples
Posts with mentions or reviews of examples.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-09.
-
Python for Apache Kafka – Free Introductory course
Relevant: - Suggested Enhancements to Python Producer Example
-
Hi. Would someone please explain to me in layman terms what Apache Kafka is, who uses it and what it is used for? Thanks in advance.
If you'd like to get a better idea of how it works when implemented in code, there are some sample repositories here https://github.com/confluentinc/examples/
-
Problems with the set-up
Spend some time on https://developer.confluent.io , especially https://developer.confluent.io/get-started/java/ and look at https://github.com/confluentinc/examples . Those will give really practical examples for how to set up your configs and start consuming
-
How to learn to use Kafka with Python for begginners
The examples git repo has a great working producer and consumer. https://github.com/confluentinc/examples
- Kafka Connect, Strimzi, and a simple filter/convert task
-
Kafka client for Dart
Digging into this a bit, I guess the fastest way would be to use librdkafka via Dart FFI. It's what Confluent uses in their Node.js example. That way you only have to worry about the FFI parts.
bitnami-docker-kafka
Posts with mentions or reviews of bitnami-docker-kafka.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-29.
-
Example on how to deploy kafka + logstash + elasticsearch using docker?
Regarding Kafka, try the Bitnami image, and see their GitHub page which has most of what you need to spin up a simple node: https://github.com/bitnami/bitnami-docker-kafka
-
⚖️ Kafka image : wurstmeister vs. bitnami
View on GitHub
- Kafka topic creation very slow
-
Deploy Kafka + Filebeat + ELK - Docker Edition - Part 1
I am using Bitnami's Docker Image for Kafka. It is well documented and frequently updated. We will be doing a straight forward setup and add a firewall allowing only the private/public ips that belongs to our application servers.
What are some alternatives?
When comparing examples and bitnami-docker-kafka you can also consider the following projects:
docker-kafka-kraft - Apache Kafka Docker image using Kafka Raft metadata mode (KRaft). https://hub.docker.com/r/moeenz/docker-kafka-kraft
kafka-rest - Confluent REST Proxy for Kafka
cp-all-in-one - docker-compose.yml files for cp-all-in-one , cp-all-in-one-community, cp-all-in-one-cloud, Apache Kafka Confluent Platform
schema-registry-gitops - Manage Confluent Schema Registry subjects through Infrastructure as code
bitnami-docker-rabbitmq - Bitnami Docker Image for RabbitMQ