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
100
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
93
Goで作る全文検索エンジンライブラリ
kyomo
0
1k
Terraform Provider開発のノウハウ
kyomo
1
210
Paper reading - ROSE: Robust Caches for Amazon Product Search
kyomo
0
40
Elasticsearch Aggregations
kyomo
0
67
AlloyDB overview
kyomo
0
89
Unsupervised synonym Extraction
kyomo
0
240
DatastoreからSpannerへのゼロダウンタイム移行
kyomo
0
110
DRY & 型安全にテスト用structを初期化しよう
kyomo
1
620
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
328
21k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Navigating Team Friction
lara
183
15k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
29
4.6k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
How to Ace a Technical Interview
jacobian
276
23k
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