Vladimir Steshin created IGNITE-28220:
-----------------------------------------
Summary: Revise serialization of GridDeploymentRequest
Key: IGNITE-28220
URL: https://issues.apache.org/jira/browse/IGNITE-28220
Project: Ignite
Issue Type: Improvement
Reporter: Vladimir Steshin
`GridDeploymentRequest#topic` seems to be always trivial `GridTopic.T1` with
only two simple fields:
{code:java}
public static class T1 {
/** */
private GridTopic topic;
/** */
private IgniteUuid id; {code}
`GridDeploymentRequest` should not be `MarshallableMessage`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)