Skip to content

r4lly99/broadcast

Repository files navigation

Broadcast-service

Simple apps to read file and broadcast into message broker.

Description

For coding pretest Backend Developer

Getting Started

Dependencies

  • Kafka
  • Java8 / Java11
  • Docker(optional)

Installing

  • Clone this repository
  • Enabled annotation processing
  • To run kafka(zookeper & broker) from dockerfile(using port 2181 & 9092)
docker-compose up -d

Executing program

  • Run only
./gradlew build run
  • Using native image
./gradlew nativeImage

Description

  • After application running it will read a file from resources and publish it into a topic with job scheduler (45s)

Authors

Rully

About

Simple services to read from files and broadcast message to Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages