Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shibd/pulsar-node-delayed-test


https://github.com/shibd/pulsar-node-delayed-test

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# pulsar-node-delayed-test

## 1. Install Pulsar Node
```shell
npm install
```

## 2. Start Pulsar standalone
```shell
docker run -it -p 6650:6650 -p 8080:8080 apachepulsar/pulsar:3.0.1 bin/pulsar standalone
```

## 3. Test delayed message
```shell
node delayed_message_test.js
```