"Building Asynchronous SOA for Modern Applications", Sai Pragna Etikyala

Fwdays
FwdaysFwdays
Workflow
orchestrators make
Asynchronous SOA
Easy
What is asynchronous SOA?
● Asynchronous SOA refers to a design where services communicate without requiring
an immediate response.
● It allows the client to send a request and continue with other tasks, receiving the
response at an unspecified later time.
● This approach enhances system performance and scalability as services can operate
independently and in parallel.
Asynchronous SOA - Behind the Scenes
● When you order food on your favorite food delivery app, it triggers concurrent,
asynchronous processes: order confirmation, payment processing, restaurant
notification, food preparation, and delivery.
● These steps, while appearing sequential to you, are processed concurrently in the
system
"Building Asynchronous SOA for Modern Applications", Sai Pragna Etikyala
Challenges of
building
asynchronous SOA
State Management
● In an event-driven, asynchronous SOA like a food delivery app, managing state is
complex.
● As the order moves through stages - placed, confirmed, prepared, and delivered - each
stage is triggered by events and runs independently.
● Ensuring accurate state management across these dispersed, independent processes
is challenging, but vital to avoid inaccuracies and maintain a seamless user experience.
"Building Asynchronous SOA for Modern Applications", Sai Pragna Etikyala
Resiliency
● Asynchronous systems must be resilient to
handle errors, such as a declined payment or a
missed restaurant notification.
● The system should adapt, adjust, and continue
functioning, just like a football team carrying on
after a bad pass..
Traceability
● Traceability is crucial in complex asynchronous systems like Uber Eats, involving
multiple components like user app, restaurant system, delivery app, and backend
services.
● Troubleshooting issues requires effective tracing mechanisms to maintain system
efficiency.
Maintainability
● Asynchronous systems, due to their complexity, can be challenging to maintain as they
evolve and scale.
● Adding new features or onboarding new team members should not require significant
system changes.
Workflow
orchestrators
Streamlining State Management
● Workflow orchestrators alleviate the challenge of state management in asynchronous
systems.
● Orchestrators meticulously oversee the stages and transitions of a process.
● Each state is properly tracked and managed, ensuring accurate and orderly flow.
● This eliminates chaos and potential inconsistencies in state transitions.
"Building Asynchronous SOA for Modern Applications", Sai Pragna Etikyala
Enhancing Resiliency
● Workflow orchestrators offer built-in mechanisms to handle errors and enhance
resiliency.
● They provide intelligent error handling strategies, such as automatic retries and
backoffs.
● Orchestrators prevent process halts and enable system recovery in case of failures.
● This robustness ensures uninterrupted operations, even in the face of unpredicted
errors.
Enabling Traceability
● Workflow orchestrators simplify traceability in complex asynchronous systems.
● They provide comprehensive logging and monitoring capabilities.
● Each stage and transition within the system is made visible and traceable.
● This aids in troubleshooting, debugging, and identifying bottlenecks or issues.
Facilitating Maintainability
● Workflow orchestrators ease the challenge of maintaining complex asynchronous
systems.
● Clearly defined, code-based workflows make the system more understandable and
modifiable.
● Changes and updates can be implemented without disrupting the entire system.
● Adding new features or modifying existing ones becomes more manageable and
efficient.
Empowering Development Productivity
● Workflow orchestrators empower developers by abstracting complexities of
asynchronous systems.
● They provide a higher-level programming model, simplifying development efforts.
● Developers can focus on business logic and core functionalities rather than
infrastructure concerns.
● This enhances development productivity, accelerates time-to-market, and fosters
innovation.
Workflow
orchestrator
options
Apache Airflow
● Apache Airflow is a widely-used open-source workflow orchestrator.
● It allows you to define workflows as code using Python, providing flexibility and ease
of understanding.
● Airflow has a vibrant community and extensive plugin support for seamless
integration with various services.
● It excels in data engineering tasks and scenarios where the steps of workflows may
change frequently.
Argo
● Argo is a Kubernetes-native workflow orchestrator, specifically designed for
cloud-native environments.
● It leverages the power of Kubernetes to manage the execution of workflows.
● Each step in an Argo workflow is treated as a container, allowing for easy adoption of
containerization benefits.
● Argo is well-suited for organizations using Kubernetes and seeking scalability, fault
tolerance, and flexibility in their workflows.
Temporal
● Temporal is an open-source workflow orchestrator that focuses on reliability and
simplicity.
● It allows developers to define workflows as code, eliminating the need for managing
JSON or YAML files.
● Temporal offers long-duration execution, exactly-once semantics, and built-in
handling of failures and interruptions.
● It excels in managing stateful and long-running workflows while ensuring reliability
and ease of development.
AWS Step Functions
● AWS Step Functions is a fully managed workflow orchestrator provided by Amazon
Web Services (AWS).
● It simplifies the orchestration of complex, multi-step applications using visual
workflows.
● Step Functions seamlessly integrate with other AWS services, making it a suitable
choice for organizations already utilizing the AWS ecosystem.
● It offers scalability, fault tolerance, and ease of use, empowering developers to build
robust and scalable applications.
Choose the Right Workflow Orchestrator
● When selecting a workflow orchestrator, consider factors such as the complexity of
tasks, scalability requirements, fault tolerance, integrations with existing
infrastructure, and convenience of the programming model.
● Each orchestrator offers unique features and benefits, catering to specific use cases
and preferences.
● Evaluate whether a fully managed service like AWS Step Functions or Google Cloud
Composer aligns with your organization's needs or if the flexibility of an open-source
solution like Apache Airflow, Argo, or Temporal better suits your requirements.
Harness the Power of Workflow
Orchestrators
● Regardless of the choice of workflow orchestrator, leveraging these powerful tools
helps simplify the complexities of asynchronous systems.
● Each orchestrator offers unique features and advantages, enabling developers to build
resilient, scalable, and maintainable applications.
● Harnessing the power of workflow orchestrators empowers organizations to deliver
better services, optimize development processes, and stay ahead in today's dynamic
technology landscape.
1 von 24

Recomendados

DevOps Transformation: Learnings and Best Practices von
DevOps Transformation: Learnings and Best PracticesDevOps Transformation: Learnings and Best Practices
DevOps Transformation: Learnings and Best PracticesQBurst
899 views26 Folien
Modern apps in a microservices age May meet up Architecting for Innovation von
Modern apps in a microservices age May meet up Architecting for InnovationModern apps in a microservices age May meet up Architecting for Innovation
Modern apps in a microservices age May meet up Architecting for InnovationAndrew Blades
159 views53 Folien
Sequence manager von
Sequence managerSequence manager
Sequence managerYang Lee
128 views4 Folien
Why Release Automation Matters von
Why Release Automation MattersWhy Release Automation Matters
Why Release Automation MattersClarive
1.3K views30 Folien
DevOps Practices in a Nutshell von
DevOps Practices in a NutshellDevOps Practices in a Nutshell
DevOps Practices in a NutshellFibonalabs
64 views20 Folien
DevOps Foundations von
DevOps FoundationsDevOps Foundations
DevOps FoundationsAmr Fawzy
995 views27 Folien

Más contenido relacionado

Similar a "Building Asynchronous SOA for Modern Applications", Sai Pragna Etikyala

Lesson_08_Continuous_Monitoring.pdf von
Lesson_08_Continuous_Monitoring.pdfLesson_08_Continuous_Monitoring.pdf
Lesson_08_Continuous_Monitoring.pdfMinh Quân Đoàn
11 views55 Folien
Serena Release Management approach and solutions von
Serena Release Management approach and solutionsSerena Release Management approach and solutions
Serena Release Management approach and solutionsSoftmart
1K views26 Folien
Building Aneka clouds.ppt von
Building Aneka clouds.pptBuilding Aneka clouds.ppt
Building Aneka clouds.pptDr. Vanajaroselin Chirchi
1.8K views30 Folien
DevOps von
DevOpsDevOps
DevOpsSrikanth Appanabhotla
685 views16 Folien
'How to build efficient backend based on microservice architecture' by Anton ... von
'How to build efficient backend based on microservice architecture' by Anton ...'How to build efficient backend based on microservice architecture' by Anton ...
'How to build efficient backend based on microservice architecture' by Anton ...OdessaJS Conf
220 views54 Folien
AWS Well Architected Framework von
AWS Well Architected FrameworkAWS Well Architected Framework
AWS Well Architected FrameworkzekeLabs Technologies
108 views33 Folien

Similar a "Building Asynchronous SOA for Modern Applications", Sai Pragna Etikyala (20)

Serena Release Management approach and solutions von Softmart
Serena Release Management approach and solutionsSerena Release Management approach and solutions
Serena Release Management approach and solutions
Softmart1K views
'How to build efficient backend based on microservice architecture' by Anton ... von OdessaJS Conf
'How to build efficient backend based on microservice architecture' by Anton ...'How to build efficient backend based on microservice architecture' by Anton ...
'How to build efficient backend based on microservice architecture' by Anton ...
OdessaJS Conf220 views
Microservices with Azure Service Fabric von Davide Benvegnù
Microservices with Azure Service FabricMicroservices with Azure Service Fabric
Microservices with Azure Service Fabric
Davide Benvegnù351 views
Building stateful serverless orchestrations with Azure Durable Azure Function... von Callon Campbell
Building stateful serverless orchestrations with Azure Durable Azure Function...Building stateful serverless orchestrations with Azure Durable Azure Function...
Building stateful serverless orchestrations with Azure Durable Azure Function...
Callon Campbell120 views
Copy of Silk performer - KT.pptx von ssuser20fcbe
Copy of Silk performer - KT.pptxCopy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptx
ssuser20fcbe9 views
Software Testing includes Performance testing with Load Runner and the JMeter von Hima Bindu Kosuru
Software Testing includes Performance testing with Load Runner and the JMeter Software Testing includes Performance testing with Load Runner and the JMeter
Software Testing includes Performance testing with Load Runner and the JMeter
Session on API auto scaling, monitoring and Log management von pqrs1234
Session on API auto scaling, monitoring and Log managementSession on API auto scaling, monitoring and Log management
Session on API auto scaling, monitoring and Log management
pqrs1234688 views
Ansible for Enterprise von Ansible
Ansible for EnterpriseAnsible for Enterprise
Ansible for Enterprise
Ansible832 views
OpsWorks for Chef Automate - Auckland AWS von Matt Ray
OpsWorks for Chef Automate - Auckland AWS OpsWorks for Chef Automate - Auckland AWS
OpsWorks for Chef Automate - Auckland AWS
Matt Ray485 views
Top 5 Software Architecture Pattern Event Driven SOA Microservice Serverless ... von jeetendra mandal
Top 5 Software Architecture Pattern Event Driven SOA Microservice Serverless ...Top 5 Software Architecture Pattern Event Driven SOA Microservice Serverless ...
Top 5 Software Architecture Pattern Event Driven SOA Microservice Serverless ...
jeetendra mandal32 views
Advanced Orchestration & Automation von Luc Raeskin
Advanced Orchestration & AutomationAdvanced Orchestration & Automation
Advanced Orchestration & Automation
Luc Raeskin1.4K views
JS Fest 2019/Autumn. Anton Cherednikov. Choreographic or orchestral architect... von JSFestUA
JS Fest 2019/Autumn. Anton Cherednikov. Choreographic or orchestral architect...JS Fest 2019/Autumn. Anton Cherednikov. Choreographic or orchestral architect...
JS Fest 2019/Autumn. Anton Cherednikov. Choreographic or orchestral architect...
JSFestUA217 views

Más de Fwdays

"Drizzle: What Is It All About?", Alex Blokh, Dan Kochetov von
"Drizzle: What Is It All About?", Alex Blokh, Dan Kochetov"Drizzle: What Is It All About?", Alex Blokh, Dan Kochetov
"Drizzle: What Is It All About?", Alex Blokh, Dan KochetovFwdays
24 views33 Folien
"Package management in monorepos", Zoltan Kochan von
"Package management in monorepos", Zoltan Kochan"Package management in monorepos", Zoltan Kochan
"Package management in monorepos", Zoltan KochanFwdays
33 views18 Folien
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell von
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell
"Node.js vs workers — A comparison of two JavaScript runtimes", James M SnellFwdays
14 views30 Folien
"AI and how to integrate ChatGPT as a customer support agent", Sergey Dyachok von
"AI and how to integrate ChatGPT as a customer support agent",  Sergey Dyachok"AI and how to integrate ChatGPT as a customer support agent",  Sergey Dyachok
"AI and how to integrate ChatGPT as a customer support agent", Sergey DyachokFwdays
38 views17 Folien
"Node.js Development in 2024: trends and tools", Nikita Galkin von
"Node.js Development in 2024: trends and tools", Nikita Galkin "Node.js Development in 2024: trends and tools", Nikita Galkin
"Node.js Development in 2024: trends and tools", Nikita Galkin Fwdays
32 views38 Folien
"Running students' code in isolation. The hard way", Yurii Holiuk von
"Running students' code in isolation. The hard way", Yurii Holiuk "Running students' code in isolation. The hard way", Yurii Holiuk
"Running students' code in isolation. The hard way", Yurii Holiuk Fwdays
36 views34 Folien

Más de Fwdays(20)

"Drizzle: What Is It All About?", Alex Blokh, Dan Kochetov von Fwdays
"Drizzle: What Is It All About?", Alex Blokh, Dan Kochetov"Drizzle: What Is It All About?", Alex Blokh, Dan Kochetov
"Drizzle: What Is It All About?", Alex Blokh, Dan Kochetov
Fwdays24 views
"Package management in monorepos", Zoltan Kochan von Fwdays
"Package management in monorepos", Zoltan Kochan"Package management in monorepos", Zoltan Kochan
"Package management in monorepos", Zoltan Kochan
Fwdays33 views
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell von Fwdays
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell
Fwdays14 views
"AI and how to integrate ChatGPT as a customer support agent", Sergey Dyachok von Fwdays
"AI and how to integrate ChatGPT as a customer support agent",  Sergey Dyachok"AI and how to integrate ChatGPT as a customer support agent",  Sergey Dyachok
"AI and how to integrate ChatGPT as a customer support agent", Sergey Dyachok
Fwdays38 views
"Node.js Development in 2024: trends and tools", Nikita Galkin von Fwdays
"Node.js Development in 2024: trends and tools", Nikita Galkin "Node.js Development in 2024: trends and tools", Nikita Galkin
"Node.js Development in 2024: trends and tools", Nikita Galkin
Fwdays32 views
"Running students' code in isolation. The hard way", Yurii Holiuk von Fwdays
"Running students' code in isolation. The hard way", Yurii Holiuk "Running students' code in isolation. The hard way", Yurii Holiuk
"Running students' code in isolation. The hard way", Yurii Holiuk
Fwdays36 views
"Surviving highload with Node.js", Andrii Shumada von Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays56 views
"The role of CTO in a classical early-stage startup", Eugene Gusarov von Fwdays
"The role of CTO in a classical early-stage startup", Eugene Gusarov"The role of CTO in a classical early-stage startup", Eugene Gusarov
"The role of CTO in a classical early-stage startup", Eugene Gusarov
Fwdays33 views
"Cross-functional teams: what to do when a new hire doesn’t solve the busines... von Fwdays
"Cross-functional teams: what to do when a new hire doesn’t solve the busines..."Cross-functional teams: what to do when a new hire doesn’t solve the busines...
"Cross-functional teams: what to do when a new hire doesn’t solve the busines...
Fwdays45 views
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad... von Fwdays
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad..."Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad...
Fwdays48 views
"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur von Fwdays
"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur
"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur
Fwdays50 views
"Fast Start to Building on AWS", Igor Ivaniuk von Fwdays
"Fast Start to Building on AWS", Igor Ivaniuk"Fast Start to Building on AWS", Igor Ivaniuk
"Fast Start to Building on AWS", Igor Ivaniuk
Fwdays53 views
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ... von Fwdays
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ..."Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ...
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ...
Fwdays48 views
"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi von Fwdays
"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi
"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi
Fwdays32 views
"How we switched to Kanban and how it integrates with product planning", Vady... von Fwdays
"How we switched to Kanban and how it integrates with product planning", Vady..."How we switched to Kanban and how it integrates with product planning", Vady...
"How we switched to Kanban and how it integrates with product planning", Vady...
Fwdays76 views
"Bringing Flutter to Tide: a case study of a leading fintech platform in the ... von Fwdays
"Bringing Flutter to Tide: a case study of a leading fintech platform in the ..."Bringing Flutter to Tide: a case study of a leading fintech platform in the ...
"Bringing Flutter to Tide: a case study of a leading fintech platform in the ...
Fwdays25 views
"Shape Up: How to Develop Quickly and Avoid Burnout", Dmytro Popov von Fwdays
"Shape Up: How to Develop Quickly and Avoid Burnout", Dmytro Popov"Shape Up: How to Develop Quickly and Avoid Burnout", Dmytro Popov
"Shape Up: How to Develop Quickly and Avoid Burnout", Dmytro Popov
Fwdays69 views
"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy von Fwdays
"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy
"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy
Fwdays50 views
From “T” to “E”, Dmytro Gryn von Fwdays
From “T” to “E”, Dmytro GrynFrom “T” to “E”, Dmytro Gryn
From “T” to “E”, Dmytro Gryn
Fwdays37 views
"Why I left React in my TypeScript projects and where ", Illya Klymov von Fwdays
"Why I left React in my TypeScript projects and where ",  Illya Klymov"Why I left React in my TypeScript projects and where ",  Illya Klymov
"Why I left React in my TypeScript projects and where ", Illya Klymov
Fwdays256 views

Último

VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue von
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueShapeBlue
203 views54 Folien
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... von
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...ShapeBlue
184 views12 Folien
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti... von
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...ShapeBlue
139 views29 Folien
Kyo - Functional Scala 2023.pdf von
Kyo - Functional Scala 2023.pdfKyo - Functional Scala 2023.pdf
Kyo - Functional Scala 2023.pdfFlavio W. Brasil
457 views92 Folien
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ... von
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...ShapeBlue
126 views10 Folien
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT von
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITShapeBlue
206 views8 Folien

Último(20)

VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue von ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue203 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... von ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue184 views
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti... von ShapeBlue
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
ShapeBlue139 views
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ... von ShapeBlue
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
ShapeBlue126 views
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT von ShapeBlue
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
ShapeBlue206 views
Why and How CloudStack at weSystems - Stephan Bienek - weSystems von ShapeBlue
Why and How CloudStack at weSystems - Stephan Bienek - weSystemsWhy and How CloudStack at weSystems - Stephan Bienek - weSystems
Why and How CloudStack at weSystems - Stephan Bienek - weSystems
ShapeBlue238 views
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... von ShapeBlue
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
ShapeBlue161 views
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue von ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlueWhat’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
ShapeBlue263 views
Initiating and Advancing Your Strategic GIS Governance Strategy von Safe Software
Initiating and Advancing Your Strategic GIS Governance StrategyInitiating and Advancing Your Strategic GIS Governance Strategy
Initiating and Advancing Your Strategic GIS Governance Strategy
Safe Software176 views
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ... von ShapeBlue
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
Backroll, News and Demo - Pierre Charton, Matthias Dhellin, Ousmane Diarra - ...
ShapeBlue186 views
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading... von The Digital Insurer
Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...Webinar : Desperately Seeking Transformation - Part 2:  Insights from leading...
Webinar : Desperately Seeking Transformation - Part 2: Insights from leading...
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And... von ShapeBlue
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
Enabling DPU Hardware Accelerators in XCP-ng Cloud Platform Environment - And...
ShapeBlue106 views
Digital Personal Data Protection (DPDP) Practical Approach For CISOs von Priyanka Aash
Digital Personal Data Protection (DPDP) Practical Approach For CISOsDigital Personal Data Protection (DPDP) Practical Approach For CISOs
Digital Personal Data Protection (DPDP) Practical Approach For CISOs
Priyanka Aash158 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online von ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue221 views
Future of AR - Facebook Presentation von Rob McCarty
Future of AR - Facebook PresentationFuture of AR - Facebook Presentation
Future of AR - Facebook Presentation
Rob McCarty64 views
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ... von ShapeBlue
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
ShapeBlue119 views
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T von ShapeBlue
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
ShapeBlue152 views

"Building Asynchronous SOA for Modern Applications", Sai Pragna Etikyala

  • 2. What is asynchronous SOA? ● Asynchronous SOA refers to a design where services communicate without requiring an immediate response. ● It allows the client to send a request and continue with other tasks, receiving the response at an unspecified later time. ● This approach enhances system performance and scalability as services can operate independently and in parallel.
  • 3. Asynchronous SOA - Behind the Scenes ● When you order food on your favorite food delivery app, it triggers concurrent, asynchronous processes: order confirmation, payment processing, restaurant notification, food preparation, and delivery. ● These steps, while appearing sequential to you, are processed concurrently in the system
  • 6. State Management ● In an event-driven, asynchronous SOA like a food delivery app, managing state is complex. ● As the order moves through stages - placed, confirmed, prepared, and delivered - each stage is triggered by events and runs independently. ● Ensuring accurate state management across these dispersed, independent processes is challenging, but vital to avoid inaccuracies and maintain a seamless user experience.
  • 8. Resiliency ● Asynchronous systems must be resilient to handle errors, such as a declined payment or a missed restaurant notification. ● The system should adapt, adjust, and continue functioning, just like a football team carrying on after a bad pass..
  • 9. Traceability ● Traceability is crucial in complex asynchronous systems like Uber Eats, involving multiple components like user app, restaurant system, delivery app, and backend services. ● Troubleshooting issues requires effective tracing mechanisms to maintain system efficiency.
  • 10. Maintainability ● Asynchronous systems, due to their complexity, can be challenging to maintain as they evolve and scale. ● Adding new features or onboarding new team members should not require significant system changes.
  • 12. Streamlining State Management ● Workflow orchestrators alleviate the challenge of state management in asynchronous systems. ● Orchestrators meticulously oversee the stages and transitions of a process. ● Each state is properly tracked and managed, ensuring accurate and orderly flow. ● This eliminates chaos and potential inconsistencies in state transitions.
  • 14. Enhancing Resiliency ● Workflow orchestrators offer built-in mechanisms to handle errors and enhance resiliency. ● They provide intelligent error handling strategies, such as automatic retries and backoffs. ● Orchestrators prevent process halts and enable system recovery in case of failures. ● This robustness ensures uninterrupted operations, even in the face of unpredicted errors.
  • 15. Enabling Traceability ● Workflow orchestrators simplify traceability in complex asynchronous systems. ● They provide comprehensive logging and monitoring capabilities. ● Each stage and transition within the system is made visible and traceable. ● This aids in troubleshooting, debugging, and identifying bottlenecks or issues.
  • 16. Facilitating Maintainability ● Workflow orchestrators ease the challenge of maintaining complex asynchronous systems. ● Clearly defined, code-based workflows make the system more understandable and modifiable. ● Changes and updates can be implemented without disrupting the entire system. ● Adding new features or modifying existing ones becomes more manageable and efficient.
  • 17. Empowering Development Productivity ● Workflow orchestrators empower developers by abstracting complexities of asynchronous systems. ● They provide a higher-level programming model, simplifying development efforts. ● Developers can focus on business logic and core functionalities rather than infrastructure concerns. ● This enhances development productivity, accelerates time-to-market, and fosters innovation.
  • 19. Apache Airflow ● Apache Airflow is a widely-used open-source workflow orchestrator. ● It allows you to define workflows as code using Python, providing flexibility and ease of understanding. ● Airflow has a vibrant community and extensive plugin support for seamless integration with various services. ● It excels in data engineering tasks and scenarios where the steps of workflows may change frequently.
  • 20. Argo ● Argo is a Kubernetes-native workflow orchestrator, specifically designed for cloud-native environments. ● It leverages the power of Kubernetes to manage the execution of workflows. ● Each step in an Argo workflow is treated as a container, allowing for easy adoption of containerization benefits. ● Argo is well-suited for organizations using Kubernetes and seeking scalability, fault tolerance, and flexibility in their workflows.
  • 21. Temporal ● Temporal is an open-source workflow orchestrator that focuses on reliability and simplicity. ● It allows developers to define workflows as code, eliminating the need for managing JSON or YAML files. ● Temporal offers long-duration execution, exactly-once semantics, and built-in handling of failures and interruptions. ● It excels in managing stateful and long-running workflows while ensuring reliability and ease of development.
  • 22. AWS Step Functions ● AWS Step Functions is a fully managed workflow orchestrator provided by Amazon Web Services (AWS). ● It simplifies the orchestration of complex, multi-step applications using visual workflows. ● Step Functions seamlessly integrate with other AWS services, making it a suitable choice for organizations already utilizing the AWS ecosystem. ● It offers scalability, fault tolerance, and ease of use, empowering developers to build robust and scalable applications.
  • 23. Choose the Right Workflow Orchestrator ● When selecting a workflow orchestrator, consider factors such as the complexity of tasks, scalability requirements, fault tolerance, integrations with existing infrastructure, and convenience of the programming model. ● Each orchestrator offers unique features and benefits, catering to specific use cases and preferences. ● Evaluate whether a fully managed service like AWS Step Functions or Google Cloud Composer aligns with your organization's needs or if the flexibility of an open-source solution like Apache Airflow, Argo, or Temporal better suits your requirements.
  • 24. Harness the Power of Workflow Orchestrators ● Regardless of the choice of workflow orchestrator, leveraging these powerful tools helps simplify the complexities of asynchronous systems. ● Each orchestrator offers unique features and advantages, enabling developers to build resilient, scalable, and maintainable applications. ● Harnessing the power of workflow orchestrators empowers organizations to deliver better services, optimize development processes, and stay ahead in today's dynamic technology landscape.