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/consumer

Simple Kafka consumer application.
https://github.com/csye7125-fall2023-group05/consumer

dockerfile jenkins-pipeline jenkinsfile kafka kafka-consumer nodejs

Last synced: 3 days ago
JSON representation

Simple Kafka consumer application.

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