Hello, I am working on integrating Sentry with an under development data processing engine and had few question regarding the integration.
1. After looking into current integrations I understand I need to develop three modules: Model, Binding and Processing engine. I want to build these jars under our project for current testing purpose rather than in Sentry repo. Can sentry work with external jars for these modules and if yes, then how to make sentry aware of them ? 2. I am assuming that packaging the above three modules in a single jar should be enough. Do I need to package them in three separate jars ? 3. The model defines authorizable entities and action allowed on them. Is it possible to define different action for individual entities ? 4. I see that the current release is 1.6rc0 and 1.7 is under development. Do you have any expected timeframe for 1.7 release ? Any help with these questions will be highly appreciated. Thanks.
