https://github.com/ropes/pubbing
bad code thrown together to mess with google compute PubSub
https://github.com/ropes/pubbing
Last synced: about 1 year ago
JSON representation
bad code thrown together to mess with google compute PubSub
- Host: GitHub
- URL: https://github.com/ropes/pubbing
- Owner: Ropes
- License: apache-2.0
- Created: 2016-07-18T07:33:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-25T03:44:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T15:16:54.778Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 615 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pubbing Google PubSub debugging CLI
## Example Commands
* Publish a single hello world debug message to topic:
* `./pubbing pub --project= --topic=
* Subscribe to messages and give verbose output:
* `./pubbing sub --project= --topic= --sub= --num=1000 --log=debug`
* Log level `debug` will write the messages to stdout
* Log level `info` is meant to test performance and will print subscription speed metrics
* Publish messages from [LegendaryGopher](https://github.com/schmichael/legendarygopher) Figures API to a topic
* `./pubbing gopherpump --project= --topic= --num=20000 --batch=1000`