You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
716 B
21 lines
716 B
13 years ago
|
# kafka-php
|
||
|
kafka-php allows you to produce messages to the Kafka distributed publish/subscribe messaging service.
|
||
|
|
||
|
## Requirements
|
||
|
Minimum PHP version: 5.3.3.
|
||
|
You need to have access to your Kafka instance and be able to connect through TCP. You can obtain a copy and instructions on how to setup kafka at https://github.com/kafka-dev/kafka
|
||
|
|
||
|
## Installation
|
||
|
Add the lib directory to the include_path and use an autoloader like the one in the examples directory (the code follows the PEAR/Zend one-class-per-file convention).
|
||
|
|
||
|
## Usage
|
||
|
The examples directory contains an example of a Producer and a Consumer.
|
||
|
|
||
|
## Contact for questions
|
||
|
|
||
|
Lorenzo Alberton
|
||
|
|
||
|
l.alberton at(@) quipo.it
|
||
|
|
||
|
http://twitter.com/lorenzoalberton
|