Re: Do we really need separate class for store configuration?

2015-11-09 Thread Dmitriy Setrakyan
Alexey, I agree with you. I think it make sense to abandon CacheJdbcPojoStoreConfiguration and move all the configuration properties directly to the factory. It looks like there are no objections, so please go ahead and update the ticket. Thanks, D. On Thu, Nov 5, 2015 at 6:28 AM, Alexey Kuznets

Do we really need separate class for store configuration?

2015-11-05 Thread Alexey Kuznetsov
Hi, In https://cwiki.apache.org/confluence/display/IGNITE/Jdbc+Store+Configuration I introduced new design for configuring POJO store. In this design we have StoreConfiguration, StoreFactory and Store itself. But the main reason why we have StoreFactory - is because store is not serializable and