Optimizing Communication in Highly Loaded Systems Using FlagBag Method
The paper presents a new method for optimizing data serialization for inter-service communication in distributed systems, called FlagBag. The proposed method aims to reduce the latency of data transmission between services by implementing an efficient data structure organization and serialization algorithm. The study was conducted using Apache Avro as a baseline format for comparison. Experimental results show that FlagBag reduces the average latency of data transmission between services by 18% compared to unmodified Avro, and the amount of transmitted data is reduced by 15% in some cases.