项目作者: php-kafka

项目描述 :
PHP Kafka examples, consumer, producer with and without avro support
高级语言: PHP
项目地址: git://github.com/php-kafka/php-kafka-examples.git
创建时间: 2020-09-26T16:01:22Z
项目社区:https://github.com/php-kafka/php-kafka-examples

开源协议:

下载


PHP Kafka Examples

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

Examples

Checkout these folders to see how to run the examples:

Examples with other compatible systems

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:

  1. PHP_IMAGE_TAG: 8.1-cli-alpine3.15
  2. LIBRDKAFKA_VERSION: v1.8.2
  3. PHP_EXTENSION: php-kafka/php-simple-kafka-client
  4. PHP_EXTENSION_VERSION: v0.1.4

Adjust those, to reflect your setup and afterwards run:

  1. docker-compose up --build -d