Hello everybody. I have some questions about classes of configuration in the Ignite.
1. IgniteConfiguration - is it only one instance per Ignite-node? 2. BinaryConfiguration - is it only one instance per Ignite-node? 3. Does BinaryConfiguration relates only to binary-infrastructure or I can use it with non-binary classes such as OptimizedMarshaller? 4. BinaryContext - is it only one instance per BinaryMarshaller?
