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
- Host: GitHub
- URL: https://github.com/parvardegr/live-coding-interview
- Owner: parvardegr
- License: mit
- Created: 2024-08-18T18:55:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T19:09:01.000Z (over 1 year ago)
- Last Synced: 2025-01-31T01:40:24.263Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`