What about the new thin JDBC client [1] Taras is working on? I believe, it's going to require BinaryMarshaller as well.
Why would someone want to implement their own marshaller? Are the use-cases for that? [1] - https://issues.apache.org/jira/browse/IGNITE-4922 Best Regards, Igor On Thu, Jun 8, 2017 at 3:29 PM, Vladimir Ozerov <[email protected]> wrote: > Folks, > > There are too many Ignite components already which can work only when > BinaryMarshaller is set. Several examples: > - .NET/C++ > - ODBC > - DML > > We are tightly coupled to it forever. Having said that, it seems that we > should completely disallow any custom marshallers. > > I propose to do the following: > 1) Deprecate IgniteConfiguration.marshaller property > 2) If it set - ignore and print a warning. > > Thoughts? > > Vladimir. >
