Skip to content

mtret/kafka-sraz-pratel-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running with docker

Build the app with:

docker-compose build

Load up the containers:

docker-compose up

And run the app from the console's docker with this command:

docker-compose run console bash

Install dependencies if needed:

composer install

Then inside the container

php symfony/bin/console

and execute the command of your choice.

Kafka monitoring:

You can use kafdrop which is bundled as a container with application. Access it through:

localhost:9000

Kafka configuration:

https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md

About

My Apache Kafka talk (11. sraz pratel PHP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published