You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Mekhanikov (JIRA)" <ji...@apache.org> on 2018/04/23 20:41:00 UTC

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

Denis Mekhanikov created IGNITE-8366:
----------------------------------------

             Summary: 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


{{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
(v7.6.3#76005)