"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 of 24

Recommended

DevOps Transformation: Learnings and Best Practices by
DevOps Transformation: Learnings and Best PracticesDevOps Transformation: Learnings and Best Practices
DevOps Transformation: Learnings and Best PracticesQBurst
892 views26 slides
Modern apps in a microservices age May meet up Architecting for Innovation by
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 slides
Sequence manager by
Sequence managerSequence manager
Sequence managerYang Lee
128 views4 slides
Why Release Automation Matters by
Why Release Automation MattersWhy Release Automation Matters
Why Release Automation MattersClarive
1.3K views30 slides
DevOps Practices in a Nutshell by
DevOps Practices in a NutshellDevOps Practices in a Nutshell
DevOps Practices in a NutshellFibonalabs
64 views20 slides
DevOps Foundations by
DevOps FoundationsDevOps Foundations
DevOps FoundationsAmr Fawzy
995 views27 slides

More Related Content

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

Lesson_08_Continuous_Monitoring.pdf by
Lesson_08_Continuous_Monitoring.pdfLesson_08_Continuous_Monitoring.pdf
Lesson_08_Continuous_Monitoring.pdfMinh Quân Đoàn
10 views55 slides
Serena Release Management approach and solutions by
Serena Release Management approach and solutionsSerena Release Management approach and solutions
Serena Release Management approach and solutionsSoftmart
1K views26 slides
Building Aneka clouds.ppt by
Building Aneka clouds.pptBuilding Aneka clouds.ppt
Building Aneka clouds.pptDr. Vanajaroselin Chirchi
1.5K views30 slides
DevOps by
DevOpsDevOps
DevOpsSrikanth Appanabhotla
684 views16 slides
'How to build efficient backend based on microservice architecture' by Anton ... by
'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 slides
AWS Well Architected Framework by
AWS Well Architected FrameworkAWS Well Architected Framework
AWS Well Architected FrameworkzekeLabs Technologies
105 views33 slides

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

Serena Release Management approach and solutions by 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 ... by 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 by Davide Benvegnù
Microservices with Azure Service FabricMicroservices with Azure Service Fabric
Microservices with Azure Service Fabric
Davide Benvegnù350 views
Building stateful serverless orchestrations with Azure Durable Azure Function... by 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 by ssuser20fcbe
Copy of Silk performer - KT.pptxCopy of Silk performer - KT.pptx
Copy of Silk performer - KT.pptx
ssuser20fcbe7 views
Software Testing includes Performance testing with Load Runner and the JMeter by 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 by 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
pqrs1234687 views
Ansible for Enterprise by Ansible
Ansible for EnterpriseAnsible for Enterprise
Ansible for Enterprise
Ansible832 views
OpsWorks for Chef Automate - Auckland AWS by Matt Ray
OpsWorks for Chef Automate - Auckland AWS OpsWorks for Chef Automate - Auckland AWS
OpsWorks for Chef Automate - Auckland AWS
Matt Ray485 views
Transport expresso-combined-feature-sheets by Basis Technologies
Transport expresso-combined-feature-sheetsTransport expresso-combined-feature-sheets
Transport expresso-combined-feature-sheets
Basis Technologies1.6K views
Top 5 Software Architecture Pattern Event Driven SOA Microservice Serverless ... by 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 by Luc Raeskin
Advanced Orchestration & AutomationAdvanced Orchestration & Automation
Advanced Orchestration & Automation
Luc Raeskin1.4K views
JS Fest 2019/Autumn. Anton Cherednikov. Choreographic or orchestral architect... by 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

More from Fwdays

"Package management in monorepos", Zoltan Kochan by
"Package management in monorepos", Zoltan Kochan"Package management in monorepos", Zoltan Kochan
"Package management in monorepos", Zoltan KochanFwdays
7 views18 slides
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell by
"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
3 views30 slides
"AI and how to integrate ChatGPT as a customer support agent", Sergey Dyachok by
"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
8 views17 slides
"Node.js Development in 2024: trends and tools", Nikita Galkin by
"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
5 views38 slides
"Running students' code in isolation. The hard way", Yurii Holiuk by
"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
11 views34 slides
"Surviving highload with Node.js", Andrii Shumada by
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada Fwdays
8 views29 slides

More from Fwdays(20)

"Package management in monorepos", Zoltan Kochan by Fwdays
"Package management in monorepos", Zoltan Kochan"Package management in monorepos", Zoltan Kochan
"Package management in monorepos", Zoltan Kochan
Fwdays7 views
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell by 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
Fwdays3 views
"AI and how to integrate ChatGPT as a customer support agent", Sergey Dyachok by 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
Fwdays8 views
"Node.js Development in 2024: trends and tools", Nikita Galkin by 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
Fwdays5 views
"Running students' code in isolation. The hard way", Yurii Holiuk by 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
Fwdays11 views
"Surviving highload with Node.js", Andrii Shumada by Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays8 views
"The role of CTO in a classical early-stage startup", Eugene Gusarov by 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... by 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...
Fwdays33 views
"Ukrainian Mobile Banking Scaling in Practice. From 0 to 100 and beyond", Vad... by 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...
Fwdays43 views
"Thriving Culture in a Product Company — Practical Story", Volodymyr Tsukur by 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
Fwdays43 views
"Fast Start to Building on AWS", Igor Ivaniuk by 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
Fwdays46 views
"Quality Assurance: Achieving Excellence in startup without a Dedicated QA", ... by 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", ...
Fwdays37 views
"AI Startup Growth from Idea to 1M ARR", Oleksandr Uspenskyi by 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
Fwdays28 views
"How we switched to Kanban and how it integrates with product planning", Vady... by 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...
Fwdays67 views
"Bringing Flutter to Tide: a case study of a leading fintech platform in the ... by 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 ...
Fwdays24 views
"Shape Up: How to Develop Quickly and Avoid Burnout", Dmytro Popov by 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
Fwdays64 views
"Role of a CTO in software outsourcing company", Yuriy Nakonechnyy by 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
Fwdays48 views
From “T” to “E”, Dmytro Gryn by Fwdays
From “T” to “E”, Dmytro GrynFrom “T” to “E”, Dmytro Gryn
From “T” to “E”, Dmytro Gryn
Fwdays36 views
"Why I left React in my TypeScript projects and where ", Illya Klymov by 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
Fwdays250 views
"KillTech project: through innovation to a winning capability", Yelyzaveta B... by Fwdays
"KillTech project: through innovation to a winning capability",  Yelyzaveta B..."KillTech project: through innovation to a winning capability",  Yelyzaveta B...
"KillTech project: through innovation to a winning capability", Yelyzaveta B...
Fwdays230 views

Recently uploaded

Democratising digital commerce in India-Report by
Democratising digital commerce in India-ReportDemocratising digital commerce in India-Report
Democratising digital commerce in India-ReportKapil Khandelwal (KK)
15 views161 slides
The details of description: Techniques, tips, and tangents on alternative tex... by
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...BookNet Canada
127 views24 slides
Transcript: The Details of Description Techniques tips and tangents on altern... by
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...BookNet Canada
136 views15 slides
Data Integrity for Banking and Financial Services by
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial ServicesPrecisely
21 views26 slides
Uni Systems for Power Platform.pptx by
Uni Systems for Power Platform.pptxUni Systems for Power Platform.pptx
Uni Systems for Power Platform.pptxUni Systems S.M.S.A.
56 views21 slides
virtual reality.pptx by
virtual reality.pptxvirtual reality.pptx
virtual reality.pptxG036GaikwadSnehal
11 views15 slides

Recently uploaded(20)

The details of description: Techniques, tips, and tangents on alternative tex... by BookNet Canada
The details of description: Techniques, tips, and tangents on alternative tex...The details of description: Techniques, tips, and tangents on alternative tex...
The details of description: Techniques, tips, and tangents on alternative tex...
BookNet Canada127 views
Transcript: The Details of Description Techniques tips and tangents on altern... by BookNet Canada
Transcript: The Details of Description Techniques tips and tangents on altern...Transcript: The Details of Description Techniques tips and tangents on altern...
Transcript: The Details of Description Techniques tips and tangents on altern...
BookNet Canada136 views
Data Integrity for Banking and Financial Services by Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely21 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software263 views
HTTP headers that make your website go faster - devs.gent November 2023 by Thijs Feryn
HTTP headers that make your website go faster - devs.gent November 2023HTTP headers that make your website go faster - devs.gent November 2023
HTTP headers that make your website go faster - devs.gent November 2023
Thijs Feryn22 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 by Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi127 views
Unit 1_Lecture 2_Physical Design of IoT.pdf by StephenTec
Unit 1_Lecture 2_Physical Design of IoT.pdfUnit 1_Lecture 2_Physical Design of IoT.pdf
Unit 1_Lecture 2_Physical Design of IoT.pdf
StephenTec12 views
Piloting & Scaling Successfully With Microsoft Viva by Richard Harbridge
Piloting & Scaling Successfully With Microsoft VivaPiloting & Scaling Successfully With Microsoft Viva
Piloting & Scaling Successfully With Microsoft Viva
Empathic Computing: Delivering the Potential of the Metaverse by Mark Billinghurst
Empathic Computing: Delivering  the Potential of the MetaverseEmpathic Computing: Delivering  the Potential of the Metaverse
Empathic Computing: Delivering the Potential of the Metaverse
Mark Billinghurst478 views
AMAZON PRODUCT RESEARCH.pdf by JerikkLaureta
AMAZON PRODUCT RESEARCH.pdfAMAZON PRODUCT RESEARCH.pdf
AMAZON PRODUCT RESEARCH.pdf
JerikkLaureta26 views
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ... by Jasper Oosterveld
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...
ESPC 2023 - Protect and Govern your Sensitive Data with Microsoft Purview in ...

"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.