You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 10:50:00 UTC

[jira] [Updated] (IGNITE-8366) Replace service instance parameter with a class name in ServiceConfiguration

     [ 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.8)
                   2.9

> 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
>            Assignee: Amelchev Nikita
>            Priority: Major
>              Labels: iep-17
>             Fix For: 2.9
>
>
> {{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)