Re: Communication VS Discovery SPI

2024-12-02 Thread Вячеслав Коптилин
Hello Nikolay, I can't remember the real reasons why it was done this way (Perhaps, there were no reasons except that A and B are different protocols and these protocols were implemented independently.), but I can fantasize a little on this topic: TCP Communication supports protocol versioning, pl

Communication VS Discovery SPI

2024-11-25 Thread Nikolay Izhikov
Hello, Igniters. Planning to work on Ignite serialization and study current codebase. I wonder - why we use different approaches to serialize communication and discovery messages? - MessageWriter/MessageReader pluggable implementations for Communication SPI - java serialization (jdk marshaller)