[
https://issues.apache.org/jira/browse/IGNITE-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15863389#comment-15863389
]
Pavel Tupitsyn edited comment on IGNITE-4685 at 2/13/17 10:06 AM:
------------------------------------------------------------------
Better way is probably a mechanism similar to {{PlatformBootstrapFactory}}:
* .NET sends some id and config contents
* Java uses service locator to find a {{PlatformPluginConfigurationFactory}}
implementation with specified id
* Calls
{{PlatformPluginConfigurationFactory.create().applyConfiguration(IgniteConfiguration,
BinaryRawReader)}} method to read a {{PluginConfiguration}} from stream
was (Author: ptupitsyn):
Better way is probably a mechanism similar to {{PlatformBootstrapFactory}}:
* .NET sends some id and config contents
* Java uses service locator to find a {{PlatformPluginConfigurationFactory}}
implementation with specified id
* Calls {{PlatformPluginConfigurationFactory.create(BinaryRawReader)}} method
to read a {{PluginConfiguration}} from stream
> Propagate platform plugin configuration to Java
> -----------------------------------------------
>
> Key: IGNITE-4685
> URL: https://issues.apache.org/jira/browse/IGNITE-4685
> Project: Ignite
> Issue Type: Sub-task
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 2.0
>
>
> {{IPluginConfiguration}} implementations should be able to propagate data to
> Java side and update corresponding {{PluginConfiguration}} there.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)