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
94
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
86
Goで作る全文検索エンジンライブラリ
kyomo
0
950
Terraform Provider開発のノウハウ
kyomo
1
190
Paper reading - ROSE: Robust Caches for Amazon Product Search
kyomo
0
38
Elasticsearch Aggregations
kyomo
0
58
AlloyDB overview
kyomo
0
83
Unsupervised synonym Extraction
kyomo
0
200
DatastoreからSpannerへのゼロダウンタイム移行
kyomo
0
100
DRY & 型安全にテスト用structを初期化しよう
kyomo
1
590
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Into the Great Unknown - MozCon
thekraken
31
1.5k
A Tale of Four Properties
chriscoyier
156
23k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.6k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
107
49k
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