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) for Discovery SPI.

Is there any reason don’t use MessageReader/MessageWriter approach for 
discovery?

Reply via email to