Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
Description
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.
Attachments
Attachments
Issue Links
- links to