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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)