Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

Simple Kafka producer application.

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]
```