[
https://issues.apache.org/jira/browse/IGNITE-16250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Semyon Danilov updated IGNITE-16250:
------------------------------------
Description:
ScaleCube transport currently uses JDK serialization instead of direct
marshalling which can cause performance and compatibility issues.
All of the NetworkMessages should use generated serializers and for all of the
types that are not supported by direct marshaller, user object serialization
should be used.
> Use direct marshaller and user object serialization instead of JDK
> serialization for networking
> -----------------------------------------------------------------------------------------------
>
> Key: IGNITE-16250
> URL: https://issues.apache.org/jira/browse/IGNITE-16250
> Project: Ignite
> Issue Type: Task
> Reporter: Semyon Danilov
> Assignee: Semyon Danilov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-alpha4
>
>
> ScaleCube transport currently uses JDK serialization instead of direct
> marshalling which can cause performance and compatibility issues.
> All of the NetworkMessages should use generated serializers and for all of
> the types that are not supported by direct marshaller, user object
> serialization should be used.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)