Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scholzj/kafka-test-apps
Apache Kafka producers and consumers written in Vert.x
https://github.com/scholzj/kafka-test-apps
apache-kafka kafka kafka-consumer kafka-producer vertx-kafka
Last synced: 2 months ago
JSON representation
Apache Kafka producers and consumers written in Vert.x
- Host: GitHub
- URL: https://github.com/scholzj/kafka-test-apps
- Owner: scholzj
- License: apache-2.0
- Created: 2017-12-29T22:44:43.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T20:38:26.000Z (10 months ago)
- Last Synced: 2024-04-07T21:30:03.019Z (10 months ago)
- Topics: apache-kafka, kafka, kafka-consumer, kafka-producer, vertx-kafka
- Language: Java
- Size: 80.1 KB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kafka test applications
This repository contains simple clients which can be used for testing of Apache Kafka deployments. They are also
dockerized and can be used in Kubernetes / OpenShift. See the [`kafka-consumer.yaml`](kafka-consumer.yaml) and
[`kafka-producer.yaml`](kafka-producer.yaml) files as examples.The [`deployment.yaml`](deployment.yaml) and [`job.yaml`](job.yaml) files contain a full deployment of Producer, Consumer and Topic definition for [Strimzi Topic Operator](http://strimzi.io).