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

https://github.com/parvardegr/live-coding-interview

Simple project to do live coding interview for java senior software developer
https://github.com/parvardegr/live-coding-interview

Last synced: 11 months ago
JSON representation

Simple project to do live coding interview for java senior software developer

Awesome Lists containing this project

README

          

# What's this?
A Spring boot project that implement a simple kafka consumer using spring @KafkaListener annotation.
It also produces messages automatically after start.

# How to prepare?
1. prepare your development environment (like your favorite IDE, ...)
2. compile the project and sync dependencies
3. start docker-compose to download the required images ```docker-compose up``` or `docker compose up`