Brian Towles created SENTRY-2465:
------------------------------------
Summary: Move SentryStore instatiation from SentryService to a
utility and possibly own module
Key: SENTRY-2465
URL: https://issues.apache.org/jira/browse/SENTRY-2465
Project: Sentry
Issue Type: Improvement
Components: Service
Affects Versions: 2.0.1
Reporter: Brian Towles
Fix For: 2.2.0
Getting an instantiated instance of the current SentryStore instance is
currently a private function in within SentryService. Since the current
SentryStore instance needs to be available to other modules instantiation of
SentryStore should be moved to a separate utility and module. It can use the
sentry-spi to allow for multiple different SentryStore instances to be created
and referenced without defining the full package/class combination in the
configuration.
It can be developed such a way that the class name definition in thje config
can be backwards compatible.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)