Hi , 

I saw that 'SetPluginConfiguration' in IgniteConfiguration has been
deprecated in 2.8.1: 
( IgniteConfiguration javadoc :
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/configuration/IgniteConfiguration.html
)
*IgniteConfiguration    setPluginConfigurations(PluginConfiguration...
pluginCfgs)*
Deprecated. 
Since PluginProviders can be set explicitly via
setPluginProviders(PluginProvider[]) it's preferable to store
PluginConfiguration as a part of PluginProvider.

*IgniteConfiguration    setPluginProviders(PluginProvider... pluginProvs)*
Sets plugin providers.


I guess we need to set Plugin Providers instead of setting Plugin
Configuration. The question is 
 do we also need to load the plugin provider through the service loader of
the JDK ?
(
https://apacheignite.readme.io/docs/plugins ( Section : Load Plugin Provider
)
)

What is the purpose of doing this ?

regards,
Veena.






--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to