Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Comparison of Event Choreography and Orchestration Techniques in Microservice Architecture

Author 1: Chaitanya K. Rudrabhatla
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 9, No. 8 · Published 2018 · Cited by 44

DOI: https://doi.org/10.14569/IJACSA.2018.090804

Abstract

Microservice Architecture (MSA) is an architectural design pattern which was introduced to solve the challenges involved in achieving the horizontal scalability, high availability, modularity and infrastructure agility for the traditional monolithic applications. Though MSA comes with a large set of benefits, it is challenging to design isolated services using independent Database per Service pattern. We observed that with each micro service having its own database, when transactions span across multiple services, it becomes challenging to ensure data consistency across databases, particularly in case of roll backs. In case of monolithic applications using RDBMS databases, these distributed transactions and roll backs can be handled efficiently using 2 phase commit techniques. These techniques cannot be applied for isolated No-SQL databases in micro services. This research paper aims to address three things: 1) elucidate the challenges with distributed transactions and rollbacks in isolated No-SQL databases with dependent collections in MSA, 2) examine the application of event choreography and orchestration techniques for the Saga pattern implementation, and 3) present the fact-based recommendations on the saga pattern implementations for the use cases.

Keywords

How to Cite this Article

Rudrabhatla, C. K. (2018). Comparison of Event Choreography and Orchestration Techniques in Microservice Architecture. International Journal of Advanced Computer Science and Applications, 9(8). https://doi.org/10.14569/IJACSA.2018.090804

Rudrabhatla, Chaitanya K.. "Comparison of Event Choreography and Orchestration Techniques in Microservice Architecture." International Journal of Advanced Computer Science and Applications, vol. 9, no. 8, 2018, https://doi.org/10.14569/IJACSA.2018.090804.

@article{Rudrabhatla2018,
  title     = {Comparison of Event Choreography and Orchestration Techniques in Microservice Architecture},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {9},
  number    = {8},
  year      = {2018},
  publisher = {The Science and Information Organization},
  author    = {Chaitanya K. Rudrabhatla},
  doi       = {10.14569/IJACSA.2018.090804},
  url       = {https://doi.org/10.14569/IJACSA.2018.090804}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.