Laravel with kafka, kafka-ui, kafka-connect, schema-registry.
The first, install Docker and Docker Compose:
Clone this project to your server or local machine.
Run below command to make config file from sample file:
cp .env.example .env
Run following command to build & start your application
docker-compose up
Run in background
docker-compose up -d
composer install
php artisan test
./vendor/bin/rector process
- command/bus: https://tactician.thephpleague.com/installation/
- laravel-jwt https://github.com/tymondesigns/jwt-auth
- code quality: https://getrector.com/documentation
- kafka: https://kafka.apache.org/quickstart
- laravel-kafka: https://github.com/mateusjunges/laravel-kafka
php artisan kafka:test-producer