Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shibd/pulsar-node-delayed-test
https://github.com/shibd/pulsar-node-delayed-test
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shibd/pulsar-node-delayed-test
- Owner: shibd
- License: apache-2.0
- Created: 2023-10-30T09:17:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T09:43:23.000Z (about 1 year ago)
- Last Synced: 2024-10-16T20:16:01.099Z (about 1 month ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```