Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 429 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 429 Bytes

pulsar-testing

Purpose

This project is just a simple example using Apache Pulsar with python with :

  • a producer, sending random messages at random intervals to "my-topic".
  • a consumer, subscribed to "my-topic", consuming and printing the messages.

Install

Just have Docker installed.

Run

Simply run

$>docker-compose up --build

Then wait 60 seconds.

The clients have to wait for Pulsar to setupt metadatas