Skip to content

thanhryot/demo_kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Demo kafka php

Cách sử dụng:


# Exact file and go to folder
tar -xzf kafka_2.13-2.8.0.tgz
cd kafka_2.13-2.8.0
  
  
# Start the ZooKeeper service (yêu cầu java 8+)
bin/zookeeper-server-start.sh config/zookeeper.properties
  
# Start the Kafka broker service
bin/kafka-server-start.sh config/server.properties 
  
  • Bước 3: Cd đến thư mục project và mở terminal chạy:
php producer.php

Từ terminal khác chạy

php consumer.php

Test: Nhập nội dung thay đổi bên terminal producer và xem kết quả bên consumer.

About

Ví dụ sửa dụng kafka trong PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages