Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csye7125-fall2023-group05/producer
Simple Kafka producer application.
https://github.com/csye7125-fall2023-group05/producer
dockerfile jenkins-pipeline jenkinsfile kafka kafka-producer nodejs
Last synced: about 2 months ago
JSON representation
Simple Kafka producer application.
- Host: GitHub
- URL: https://github.com/csye7125-fall2023-group05/producer
- Owner: csye7125-fall2023-group05
- Created: 2023-11-13T22:53:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-08T01:24:31.000Z (about 1 year ago)
- Last Synced: 2024-10-20T12:45:28.959Z (3 months ago)
- Topics: dockerfile, jenkins-pipeline, jenkinsfile, kafka, kafka-producer, nodejs
- Language: JavaScript
- Homepage:
- Size: 171 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 Producer
This is a simple Kafka producer application that publishes messages to the configured Kafka brokers and to particular partition, based on a partitioning logic.
## 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]
```