[
https://issues.apache.org/jira/browse/IGNITE-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-8366:
------------------------------------
Fix Version/s: (was: 2.10)
> Replace service instance parameter with a class name in ServiceConfiguration
> ----------------------------------------------------------------------------
>
> Key: IGNITE-8366
> URL: https://issues.apache.org/jira/browse/IGNITE-8366
> Project: Ignite
> Issue Type: Improvement
> Components: managed services
> Reporter: Denis Mekhanikov
> Priority: Major
> Labels: iep-17
>
> {{ServiceConfiguration#service}} parameter should be replaced with a
> {{className}}. All parameters, needed for service initialization, should be
> provided as a map of properties in {{ServiceConfiguration}}.
> This approach has two advantages:
> # It allows service redeployment with changed classes, because there will be
> no need to deserialize the service object.
> # Changes of initialization parameters will be able to be detected, when
> manual redeployment happens.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)