Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csye7125-fall2023-group05/consumer
Simple Kafka consumer application.
https://github.com/csye7125-fall2023-group05/consumer
dockerfile jenkins-pipeline jenkinsfile kafka kafka-consumer nodejs
Last synced: about 2 months ago
JSON representation
Simple Kafka consumer application.
- Host: GitHub
- URL: https://github.com/csye7125-fall2023-group05/consumer
- Owner: csye7125-fall2023-group05
- Created: 2023-11-13T22:55:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-24T05:39:40.000Z (about 1 year ago)
- Last Synced: 2024-10-14T07:42:37.521Z (3 months ago)
- Topics: dockerfile, jenkins-pipeline, jenkinsfile, kafka, kafka-consumer, nodejs
- Language: JavaScript
- Homepage:
- Size: 374 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Kafka Consumer
This is a simple Kafka consumer application that subscribes to the configured Kafka brokers and consumes the messages published by the producer application.
## Build
To build the docker image:
```bash
docker build -t /:[tag] -f .
```## Push to DockerHub
To push the built image to dockerHub:
```bash
docker image push /:[tag]
```