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
Zaqar Messaging for Microservices and IoT
Search
vkmc
April 27, 2016
Technology
0
140
Zaqar Messaging for Microservices and IoT
OpenStack Summit Austin 2016
vkmc
April 27, 2016
Tweet
Share
More Decks by vkmc
See All by vkmc
Teaching padawans to chop wood and carry water in their open source journey - OpenInfra Summit 2022
vkmc
0
37
Your ReadWriteMany (RWX) Storage in k8s with Manila CSI - OpenInfraSummit 2022
vkmc
0
80
Configuring Manila services for High Availability - OpenInfra Summit 2022
vkmc
0
90
Evitá (tantos) bugs en tu código: Zuul CI al rescate
vkmc
0
190
Un dia trabajando en infra
vkmc
0
120
Easy multi-tenant k8s RWX storage with cloud provisioner OpenStack and Manila CSI
vkmc
0
150
OpenShift libre de humo
vkmc
0
120
CephFS on OpenStack Manila
vkmc
0
340
OpenShift in a Nutshell - LinuxChixAR
vkmc
0
390
Other Decks in Technology
See All in Technology
TypeScript入門
recruitengineers
PRO
8
1.6k
GitHub Copilot coding agent を推したい / AIDD Nagoya #1
tnir
2
4.5k
Product Management Conference -AI時代に進化するPdM-
kojima111
0
220
AIエージェントの開発に必須な「コンテキスト・エンジニアリング」とは何か──プロンプト・エンジニアリングとの違いを手がかりに考える
masayamoriofficial
0
370
Yahoo!広告ビジネス基盤におけるバックエンド開発
lycorptech_jp
PRO
1
270
認知戦の理解と、市民としての対抗策
hogehuga
0
320
mruby(PicoRuby)で ファミコン音楽を奏でる
kishima
1
220
Postman MCP 関連機能アップデート / Postman MCP feature updates
yokawasa
0
150
ZOZOTOWNフロントエンドにおけるディレクトリの分割戦略
zozotech
PRO
16
5.2k
イオン店舗一覧ページのパフォーマンスチューニング事例 / Performance tuning example for AEON store list page
aeonpeople
2
270
Backboneとしてのtimm2025
yu4u
4
1.4k
Understanding Go GC #coefl_go_jp
bengo4com
0
1.1k
Featured
See All Featured
Side Projects
sachag
455
43k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
For a Future-Friendly Web
brad_frost
179
9.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.4k
It's Worth the Effort
3n
187
28k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Transcript
ZAQAR MESSAGING FOR MICROSERVICES AND IoT Ryan Brown Victoria Martinez
de la Cruz April 27th, 2016
WHAT IS ZAQAR?
3 TL;DR Messaging and Notifications for OpenStack To produce an
OpenStack messaging service that affords a variety of distributed application patterns in an efficient, scalable and highly-available manner, and to create and maintain associated Python libraries and documentation. Mission statement
4 Main goal ...and in OpenStack itself!* It aims to
connect applications running on the cloud... *for certain scenarios… don’t get too excited
5 What Zaqar is not - It’s not a replacement
RabbitMQ or QPID - It’s not a queue service - It’s not an email service
6 Multitenant Main features Component based Messaging patterns
7 Notifications Main features At-least-once delivery guarantee Horizontally scalable
8 Messaging for the cloud Self-healing applications Intercloud communication Data
processing Some use cases
9 Zaqar architecture Client 1 Client 2 Client 3 Client
N Transport Protocol API Storage
10 Storage backends - Redis - Ephemeral by default -
High-throughput - In-memory - MongoDB - HA - Persistent - Disk-backed
11 Storage MongoDB SQLAlchemy Redis Transport WSGI Juno Kilo Zaqar
architecture Storage backends and transmission mechanisms supported over time Liberty Storage MongoDB SQLAlchemy (mgmt only) Redis Transport WSGI Websocket Msgpack Mitaka Storage MongoDB SQLAlchemy (mgmt only) Redis Transport WSGI Websocket (beta) Storage MongoDB SQLAlchemy (mgmt only) Redis Transport WSGI Websocket
ZAQAR’S FUTURE
13 Notifications Within OpenStack - Polling - Between services -
To users - Not a replacement for oslo.messaging - Standardize on message format - oslo.versionedobjects
14 Dead letter queue - A place for failed or
undeliverable messages - Planned for Newton
15 Subscription Confirmation - Confirm with webhook recipient that subscription
is valid
MESSAGES LIFECYCLE
17 Work Queue Sender - Send job - Listen on
finished queue Worker - Listen on job queue - Receive job Sender Zaqar Worker {“job”: 123} {“job”: 123}
18 Work Queue Sender - Send job - Listen on
finished queue Worker - Listen on job queue - Receive job - Claim message Sender Zaqar Worker Claim job 123
19 Work Queue Sender - Send job - Listen on
finished queue Worker - Listen on job queue - Receive job - Claim message - Delete message Sender Zaqar Worker Delete job 123
20 Expiration and Lifetimes - Time-To-Live settings - Subscriptions -
Claims - Messages - Stale data can be worse than no data
MESSAGE PATTERNS
22 Client Notifications Websockets, email, and webhooks - Web browser
notifications - Horizon! - Email for people and legacy systems - Webhooks for cross-service collaboration
23 Messaging for Services Shares lots with work queueing -
Push or pull - Long-lived messages mean systems can go offline without losing commands
24 Stack CREATE Instance CREATE Heat Notifications Integrate Heat with
more workflows Actions Register w/ load balancer Add to inventory system Register metric metadata Zaqar event Listener Can have many listeners
25 Using Heat Notifications In environment.yml event_sinks: - type: zaqar-queue
target: myqueue ttl: 1200
26 Stack CREATE Create some stuff Heat Hooks Wait before/after
resource actions Actions Manual verification Legacy systems Hook event Finish extra work Wait for external action Continue CREATE
ZAQAR FOR IoT
28 Signed URLs Narrow, specific credentials - Per action, per
queue - Write-only or read-only - TTLs too!
29 Sensor data Many, many writers - Short TTL -
High volume - Missed messages are fine
30 Example IoT Application Climate control on campus - Multiple
buildings - Control systems in every office - Company directive to “go green”
31 Mobile app Zaqar Server Climate Control Thermostat Web interface
Websocket connection HTTP API connection Commands Air Conditioner 1 Send metrics Receive commands Air Conditioner 2
32 Mobile app Zaqar Server Changes Thermostat Web interface Set
temp to 22C Air Conditioner 1 Air Conditioner 2 Notifications
33 Mobile app Zaqar Server Changes Thermostat Web interface Air
Conditioner 1 Air Conditioner 2 23.4C 24C
Q&A @ryan_sb @vkmc