emaxerrno / php-kafka-examples

PHP Kafka examples, consumer, producer with and without avro support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Kafka Examples

This repository has PHP examples for Kafka consumers / producers for:

Examples

Checkout these folders to see how to run the examples:

Customize to fit your setup

If you wan't to test / debug something that is closer to your setup,
you can modify the following arguments in docker-compose.yml:

PHP_IMAGE_TAG: 8.0-cli-alpine3.13
LIBRDKAFKA_VERSION: v1.6.1
PHP_EXTENSION: php-kafka/php-simple-kafka-client
PHP_EXTENSION_VERSION: v0.1.1

Adjust those, to reflect your setup and afterwards run:

docker-compose up --build -d

About

PHP Kafka examples, consumer, producer with and without avro support


Languages

Language:PHP 89.4%Language:Shell 10.6%