2024: Crisis Management Days Book of Abstracts
Communication and Technology (Crisis Communication, Application of New Technologies and Artificial Intelligence in Crisis Management)

Using the gRPC protocol in the context of crisis management

Davor Lozić
University of Applied Sciences Velika Gorica
Vladimir Bralić
University of Applied Sciences Velika Gorica
Antun Matija Filipović
CARNET

Published 2024-05-20

Keywords

  • gRPC protocol,
  • inter-service communication,
  • crisis management

How to Cite

Lozić, D., Bralić, V., & Filipović, A. M. (2024). Using the gRPC protocol in the context of crisis management. Crisis Management Days. Retrieved from https://ojs.vvg.hr/index.php/DKU/article/view/554

Abstract

Speed, stability, and efficiency are key parameters in inter-service communication during crisis management. Traditionally, REST, an architectural style based on HTTP protocol principles was used in microservice architecture due to its simplicity and broad support. However, with the increasing number of requests to and between microservices, the gRPC protocol is becoming an increasingly attractive alternative. This paper presents the technical advantages of the gRPC protocol over traditional REST in the context of inter-service communication in crisis conditions, focusing on several key parameters: low latency, efficiency, data streaming capability, and support for distributed transactions. This paper demonstrates the gRPC protocol through the Go programming language, which is also recognized as a very efficient, reliable, and scalable, making it acceptable for microservices development.