Skip to content

A simple test with PHP, Redpanda and Docker to send/receive messages.

License

Notifications You must be signed in to change notification settings

BlorisL/php-redpanda-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build and run containers

cd docker
docker-compose up -d --force-recreate --build

To send a message from the browser

http://localhost:8085/producer.php

To receive a message

cd docker
docker exec -it docker-php-1 php -f ../consumer.php

Share with me a cup of tea

About

A simple test with PHP, Redpanda and Docker to send/receive messages.

Topics

Resources

License

Stars

Watchers

Forks