ice icon indicating copy to clipboard operation
ice copied to clipboard

Add DataStorm properties to PropertyNames.xml

Open externl opened this issue 1 year ago • 2 comments

externl avatar Oct 17 '24 18:10 externl

Should we first eliminate the Adapters "namespace"?

https://github.com/zeroc-ice/ice/blob/ff1bcfaab9ce8c49a14740468a7394dbec6797c5/cpp/src/DataStorm/Instance.cpp#L27

bernardnormier avatar Oct 17 '24 19:10 bernardnormier

Should we first eliminate the Adapters "namespace"?

I think we need to do both together, otherwise, you cannot have DataStorm.Node.Server.Enabled and use DataStorm.Node.Server as the adapter name.

I think this the reason we have the Adapters namespace to avoid the warnings of unknown adapter properties with 3.7.

pepone avatar Oct 18 '24 09:10 pepone