-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.1.0
-
Component/s: sentrystore
-
Labels:None
Make SentryStore pluggable so a different implementation can be plugged in at run-time using a config property ("sentry.service.sentrystore"), similar to what we have for processor factories.
This would entail extracting all public methods of SentryStore to a SentryStoreInterface and converting all call sites to program to the interface.
It will default to the existing SentryStore.
- links to