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
120
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
100
Goで作る全文検索エンジンライブラリ
kyomo
0
1.2k
Terraform Provider開発のノウハウ
kyomo
1
250
Paper reading - ROSE: Robust Caches for Amazon Product Search
kyomo
0
57
Elasticsearch Aggregations
kyomo
0
80
AlloyDB overview
kyomo
0
100
Unsupervised synonym Extraction
kyomo
0
300
DatastoreからSpannerへのゼロダウンタイム移行
kyomo
0
120
DRY & 型安全にテスト用structを初期化しよう
kyomo
1
670
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
Docker and Python
trallard
46
3.6k
Typedesign – Prime Four
hannesfritz
42
2.8k
Code Reviewing Like a Champion
maltzj
525
40k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
How to train your dragon (web standard)
notwaldorf
96
6.3k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
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