Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
pubsub_cli - CLI Tool for Cloud Pub/Sub
Search
Kanji Yomoda
August 25, 2021
0
96
pubsub_cli - CLI Tool for Cloud Pub/Sub
https://github.com/k-yomo/pubsub_cli
Kanji Yomoda
August 25, 2021
Tweet
Share
More Decks by Kanji Yomoda
See All by Kanji Yomoda
Elasticstack Terraform Providerの最近のアップデート
kyomo
0
89
Goで作る全文検索エンジンライブラリ
kyomo
0
1k
Terraform Provider開発のノウハウ
kyomo
1
200
Paper reading - ROSE: Robust Caches for Amazon Product Search
kyomo
0
39
Elasticsearch Aggregations
kyomo
0
61
AlloyDB overview
kyomo
0
88
Unsupervised synonym Extraction
kyomo
0
220
DatastoreからSpannerへのゼロダウンタイム移行
kyomo
0
110
DRY & 型安全にテスト用structを初期化しよう
kyomo
1
610
Featured
See All Featured
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Faster Mobile Websites
deanohume
305
30k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
26
1.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
Fireside Chat
paigeccino
34
3.1k
Typedesign – Prime Four
hannesfritz
40
2.4k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Transcript
CLI tool for Cloud Pub/Sub Kanji Yomoda
pubsub_cli
1. Create topics and subscriptions on Cloud Pub/Sub emulator 2.
Instantly read published messages (for debug) 3. Proxy for push subscription pubsub_cli
1. Create topics and subscriptions on Cloud Pub/Sub emulator 2.
Instantly read published messages (for debug) 3. Proxy for push subscription pubsub_cli
1. gcloud command doesn’t support emulator 2. Official example (python
command) is not easy enough pubsub_cli Why don’t we use official CLI like gcloud command?
python-pubsub
pubsub_cli
1. Create topics and subscriptions on Cloud Pub/Sub emulator 2.
Instantly read published messages (for debug) 3. Proxy for push subscription pubsub_cli
subscribe - Subscribe multiple topics - Created subscriptions will be
automatically deleted in 24h
subscribe Result
1. Create topics and subscriptions on Cloud Pub/Sub emulator 2.
Instantly read published messages (for debug) 3. Proxy for push subscription pubsub_cli
• Create push subscription for local endpoint • You don’t
need to setup App1 for local development connect
- Make it possible to work with Protobuf - Cover
more options - GUI? upcoming? features
END