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
38
Your ReadWriteMany (RWX) Storage in k8s with Manila CSI - OpenInfraSummit 2022
vkmc
0
83
Configuring Manila services for High Availability - OpenInfra Summit 2022
vkmc
0
93
Evitá (tantos) bugs en tu código: Zuul CI al rescate
vkmc
0
190
Un dia trabajando en infra
vkmc
0
130
Easy multi-tenant k8s RWX storage with cloud provisioner OpenStack and Manila CSI
vkmc
0
160
OpenShift libre de humo
vkmc
0
120
CephFS on OpenStack Manila
vkmc
0
350
OpenShift in a Nutshell - LinuxChixAR
vkmc
0
390
Other Decks in Technology
See All in Technology
Adminaで実現するISMS/SOC2運用の効率化 〜 アカウント管理編 〜
shonansurvivors
4
430
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
600
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
4
310
20251007: What happens when multi-agent systems become larger? (CyberAgent, Inc)
ornew
1
180
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
1
600
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
AI時代だからこそ考える、僕らが本当につくりたいスクラムチーム / A Scrum Team we really want to create in this AI era
takaking22
8
4.1k
extension 現場で使えるXcodeショートカット一覧
ktombow
0
220
職種別ミートアップで社内から盛り上げる アウトプット文化の醸成と関係強化/ #DevRelKaigi
nishiuma
2
160
Git in Team
kawaguti
PRO
3
340
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
120
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
250
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.8k
Automating Front-end Workflow
addyosmani
1371
200k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
The World Runs on Bad Software
bkeepers
PRO
71
11k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Designing Experiences People Love
moore
142
24k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
900
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